Using a couple more percentage margins/paddings in spell palette.
This commit is contained in:
parent
ca4d861bac
commit
6ec7066309
1 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
position: absolute
|
position: absolute
|
||||||
left: 10px
|
left: 10px
|
||||||
right: 10px
|
right: 10px
|
||||||
padding: 0 4px 10px 40px
|
padding: 0 4px 10px 3%
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
background-size: 100% 100%
|
background-size: 100% 100%
|
||||||
z-index: 2
|
z-index: 2
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
|
||||||
#spell-palette-help-button
|
#spell-palette-help-button
|
||||||
margin: 30px 0px 4px
|
margin: 3% 0px 4px
|
||||||
|
|
||||||
&.hero .properties
|
&.hero .properties
|
||||||
@include flexbox()
|
@include flexbox()
|
||||||
|
@ -101,8 +101,3 @@
|
||||||
#spell-palette-view
|
#spell-palette-view
|
||||||
// Make sure we have enough room for at least two columns
|
// Make sure we have enough room for at least two columns
|
||||||
padding-left: 12px
|
padding-left: 12px
|
||||||
|
|
||||||
@media only screen and (max-width: 1555px)
|
|
||||||
#spell-palette-view #spell-palette-help-button
|
|
||||||
// Save vertical space when we don't have three columns (#2005).
|
|
||||||
margin-top: 16px
|
|
||||||
|
|
Reference in a new issue