mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
improve vertical centering of task checkbox and text
This commit is contained in:
parent
41fc027150
commit
01971fba1e
1 changed files with 5 additions and 1 deletions
|
|
@ -76,7 +76,11 @@ li:hover .task-meta-controls .hover-show
|
|||
|
||||
.task-controls,.task-text
|
||||
display:inline
|
||||
margin-right:10px
|
||||
margin: 0 10px 0 0
|
||||
vertical-align: -4%
|
||||
|
||||
input
|
||||
margin-top: 0
|
||||
|
||||
.task-meta-controls .hover-show
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue