mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(css): menu and gems wallet margin
This commit is contained in:
parent
e75a9423d4
commit
975b516573
1 changed files with 5 additions and 2 deletions
|
|
@ -301,7 +301,7 @@ for $stage in $stages
|
|||
margin-left: 0.1em
|
||||
margin-right: 0.4em
|
||||
a.badge
|
||||
position: relative; top:-2px;
|
||||
position: relative; top:-2px
|
||||
|
||||
.task:hover .task-meta-controls
|
||||
opacity: 1
|
||||
|
|
@ -393,7 +393,7 @@ form
|
|||
font-weight: 300
|
||||
outline: 1px solid rgba(0,0,0,0.2)
|
||||
outline-offset: -1px
|
||||
margin: 3px 3px
|
||||
margin: 0 0 0 3px
|
||||
font-family: 'Lato', sans-serif
|
||||
text-align: inherit
|
||||
opacity: 0.5
|
||||
|
|
@ -420,6 +420,9 @@ form
|
|||
&:first-child
|
||||
border-right: 0
|
||||
|
||||
.task-options
|
||||
.task-action-btn.tile
|
||||
margin: 3px
|
||||
|
||||
// todos ui
|
||||
// --------
|
||||
|
|
|
|||
Loading…
Reference in a new issue