mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 18:52:24 +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
|
||||
height:100%
|
||||
.toolbar-submenu
|
||||
padding: 0em !important
|
||||
li
|
||||
margin-right: 1em
|
||||
display:inline-block
|
||||
width: 100%
|
||||
margin-bottom: 0em !important
|
||||
a
|
||||
padding: 1em
|
||||
display: block
|
||||
@media screen and (min-width:768px)
|
||||
padding: 0em !important
|
||||
li
|
||||
display:inline-block
|
||||
width: 100%
|
||||
margin: 0em !important
|
||||
a
|
||||
padding: 1em
|
||||
display: block
|
||||
width: 100%
|
||||
// Information bar: Bailey – notifs – currency – subscribe button
|
||||
.toolbar-bailey, .toolbar-wallet, .toolbar-options, .toolbar-subscribe
|
||||
float:right
|
||||
|
|
|
|||
Loading…
Reference in a new issue