1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix layout at preference modal

This commit is contained in:
Kazu Yokomizo
2017-09-22 15:13:34 +09:00
parent 4ebd503664
commit bf4c9f920a
5 changed files with 13 additions and 10 deletions

View File

@@ -150,10 +150,11 @@ modal()
position relative
z-index $modal-z-index
width 100%
margin-left 40px
margin-right 40px
background-color $modal-background
overflow hidden
border-radius $modal-border-radius
box-shadow 0 0 1px rgba(76,86,103,.15), 0 2px 18px rgba(31,37,50,.22)
topBarButtonLight()
width 34px
@@ -260,4 +261,3 @@ modalDark()
background-color $ui-dark-backgroundColor
overflow hidden
border-radius $modal-border-radius
box-shadow 2px 2px 10px black