Skip to content

Commit

Permalink
fix(menu): fix flickering when changing the language (#450)
Browse files Browse the repository at this point in the history
* fix(menu): fix flickering when changing the language

* fix(menu): adjust size
  • Loading branch information
KatvonRivia committed Aug 10, 2020
1 parent fb9e6a2 commit f4cde64
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/scripts/components/menu/menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
display: flex
flex-direction: row
flex-wrap: wrap
justify-content: center
align-items: flex-start
overflow-y: scroll
overflow-y: auto
width: 60%
height: 90%
font-family: Arial, Helvetica, sans-serif

Expand All @@ -14,7 +16,9 @@
flex-direction: column
flex-wrap: wrap
overflow-y: auto
padding: emCalc(10px) emCalc(40px)
padding: emCalc(10px) emCalc(32px)
min-width: emCalc(200px)
width: 25%
color: $textWhite
list-style: none

Expand Down

0 comments on commit f4cde64

Please sign in to comment.