mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Add custom css to prevent Flying Pig progress bar being hidden
This commit is contained in:
parent
b20ed298dd
commit
db2ff45551
1 changed files with 8 additions and 0 deletions
|
|
@ -94,6 +94,14 @@ menu.pets .customize-menu
|
|||
left: 20%
|
||||
height: 5px
|
||||
|
||||
//adjust position of flying pig down to leave some room between rows
|
||||
button[class*="Pet-FlyingPig"]
|
||||
position: relative
|
||||
top: 16px
|
||||
|
||||
.progress
|
||||
bottom: -9px
|
||||
|
||||
.pet-button
|
||||
border: none
|
||||
background: none white
|
||||
|
|
|
|||
Loading…
Reference in a new issue