mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
fix(toolbar): enlarged menu only when not collapsed
This commit is contained in:
parent
2eea5c2dbd
commit
81ef26087f
1 changed files with 10 additions and 6 deletions
|
|
@ -47,15 +47,19 @@
|
||||||
display:inline-block
|
display:inline-block
|
||||||
height:100%
|
height:100%
|
||||||
.toolbar-submenu
|
.toolbar-submenu
|
||||||
padding: 0em !important
|
|
||||||
li
|
li
|
||||||
|
margin-right: 1em
|
||||||
display:inline-block
|
display:inline-block
|
||||||
width: 100%
|
@media screen and (min-width:768px)
|
||||||
margin-bottom: 0em !important
|
padding: 0em !important
|
||||||
a
|
li
|
||||||
padding: 1em
|
display:inline-block
|
||||||
display: block
|
|
||||||
width: 100%
|
width: 100%
|
||||||
|
margin: 0em !important
|
||||||
|
a
|
||||||
|
padding: 1em
|
||||||
|
display: block
|
||||||
|
width: 100%
|
||||||
// Information bar: Bailey – notifs – currency – subscribe button
|
// Information bar: Bailey – notifs – currency – subscribe button
|
||||||
.toolbar-bailey, .toolbar-wallet, .toolbar-options, .toolbar-subscribe
|
.toolbar-bailey, .toolbar-wallet, .toolbar-options, .toolbar-subscribe
|
||||||
float:right
|
float:right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue