mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
reduce top margins on task filter bar to reduce dead space below 'add multiple' link / make UI more space efficient (#8806)
This commit is contained in:
parent
c502b1997b
commit
00d4393024
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ form
|
|||
// Task filters
|
||||
// --------
|
||||
.task-filter
|
||||
margin: 1.5em 0 1em 0
|
||||
margin: 1em 0 1em 0
|
||||
hrpg-button-bar-mixin($color-tasks)
|
||||
@extend $hrpg-button-bar
|
||||
width: 100%
|
||||
|
|
|
|||
Loading…
Reference in a new issue