mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Fix gem text alignment on the menubar.
I'm not much of a frontend guy so I'm not sure if there was some reason for this one being different, but it throws the alignment off so I assume it was a mistake. Fixes #3855
This commit is contained in:
parent
b19649ce37
commit
da6f7a4418
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
|||
span
|
||||
display:inline-block
|
||||
vertical-align:top
|
||||
padding-top: 0.382em
|
||||
padding-top: 0.236em
|
||||
.toolbar-currency
|
||||
padding-top: 0.236em
|
||||
padding-bottom: 0.236em
|
||||
|
|
@ -186,4 +186,4 @@
|
|||
0%
|
||||
transform: rotate(45deg)
|
||||
100%
|
||||
transform: rotate(0deg)
|
||||
transform: rotate(0deg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue