From 8254493d9700d7d04fe09296b7498dd960c10e3f Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Wed, 19 Apr 2023 23:27:02 +0300 Subject: [PATCH] fix toobar height --- src/content/theme/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/content/theme/style.css b/src/content/theme/style.css index b611f73..328e62c 100644 --- a/src/content/theme/style.css +++ b/src/content/theme/style.css @@ -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;