mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 14:17:05 +00:00
Fixes for minor visual inconsistencies with popovers and toolbars
Closes #5274, closes #5272, closes #5271
This commit is contained in:
parent
047ce0141f
commit
165dd3a4a6
1 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ $hrpg-modal-dropdown
|
|||
@extend $hrpg-modal
|
||||
> div
|
||||
position: absolute
|
||||
top: 3em
|
||||
top: 2.9em
|
||||
min-width:110px
|
||||
border-radius:4px
|
||||
background-color:#fff
|
||||
|
|
@ -261,7 +261,7 @@ $hrpg-modal-dropdown-left
|
|||
div
|
||||
right: 0px
|
||||
> ul:first-child:before, > div:first-child:before, h4:before
|
||||
right: 1em
|
||||
right: .5em
|
||||
$hrpg-modal-dropdown-right
|
||||
@extend $hrpg-modal-dropdown
|
||||
@media screen and (min-width:768px)
|
||||
|
|
|
|||
Loading…
Reference in a new issue