mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 03:02:24 +00:00
fix(toolbar): enlarge clickable area
This commit is contained in:
parent
a608419bba
commit
2eea5c2dbd
1 changed files with 7 additions and 1 deletions
|
|
@ -47,9 +47,15 @@
|
|||
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
|
||||
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