mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix toobar height
This commit is contained in:
parent
a81e069f77
commit
8254493d97
1 changed files with 9 additions and 2 deletions
|
|
@ -382,7 +382,11 @@ select.form-input {
|
|||
height:7px; width:7px;
|
||||
}
|
||||
|
||||
.newtask-n-search-container { display:flex; justify-content:flex-end; }
|
||||
.newtask-n-search-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Quick Task Add */
|
||||
.taskbox-c { flex-grow:1; display:flex; align-items:center; }
|
||||
|
|
@ -392,7 +396,10 @@ select.form-input {
|
|||
background: var(--color-bg);
|
||||
height:1.35rem; padding:2px 4px; padding-right:20px; border:1px solid var(--color-border-default); border-radius:3px; width:100%; margin-left:-24px;
|
||||
}
|
||||
#mtt.show-all-tasks .taskbox-c, #mtt.readonly .taskbox-c { display:none; }
|
||||
#mtt.show-all-tasks .taskbox-c,
|
||||
#mtt.readonly .taskbox-c {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.mtt-taskbox-icon {
|
||||
width:16px; height:16px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue