Skip to content

Commit

Permalink
Remove zoom function
Browse files Browse the repository at this point in the history
Now that we have sticky notes, and monitors are larger. We remove the concept of "big cards" and "small cards" and ask users to use their browser's native zoom / zoom-out instead
  • Loading branch information
aliasaria committed Dec 17, 2020
1 parent 7532de5 commit fa97c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ block body
<use xlink:href="teenyicons/teenyicons-outline-sprite.svg#outline--text-document" />
svg#create-sticky.bottom-icon(width='20', height='20')
<use xlink:href="teenyicons/teenyicons-outline-sprite.svg#outline--note" />
svg#smallify.bottom-icon(width='20', height='20')
<use xlink:href="teenyicons/teenyicons-outline-sprite.svg#outline--caret-vertical-circle" />
//- svg#smallify.bottom-icon(width='20', height='20')
//- <use xlink:href="teenyicons/teenyicons-outline-sprite.svg#outline--caret-vertical-circle" />
div.stickers
Expand Down

0 comments on commit fa97c4b

Please sign in to comment.