Skip to content

Commit

Permalink
Bug chasing: Make emotion buttons wrap 3 to 4, make smileys scale, mi…
Browse files Browse the repository at this point in the history
…nor padding changes
  • Loading branch information
boinappi committed Jun 21, 2023
1 parent 0577858 commit 19011e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
12 changes: 7 additions & 5 deletions Userland/_scss/_main_menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@ $cam_height: 45vh
flex-wrap: wrap
justify-content: center
column-gap: 3vw
row-gap: 1vh
row-gap: 2vh
$wrapsize: 4vw
padding-left: $wrapsize
padding-right: $wrapsize


.button

padding: 1.5vw
padding: 0.5vw 0.5vw 0 0.5vw
border-radius: 6vh
height: fit-content

Expand All @@ -72,14 +75,13 @@ $cam_height: 45vh
flex-direction: column

img
max-height: 100%
max-width: 100%
width: 15vw
//transform: scale(.5, .5)
pointer-events: none

.button-text
margin: 0
font-size: 4vh
font-size: 2.5vw



Expand Down
Loading

0 comments on commit 19011e3

Please sign in to comment.