fix: make folder search input take up full width (#10147)

* fix: make folder search input take up full width

* fix: remove flex attribute from folder search input
This commit is contained in:
reizumi
2025-08-30 18:34:22 +08:00
committed by GitHub
parent 42ebc081a8
commit 7253b8fa9d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,8 +8,7 @@
<html:input id="zen-folder-tabs-list-search"
data-l10n-id="zen-folders-search-placeholder"
data-l10n-args="{&quot;folder-name&quot;:&quot;&quot;}"
type="search"
flex="1" />
type="search" />
</hbox>
<scrollbox class="zen-folder-tabs-list-scrollbox" flex="1">
<vbox id="zen-folder-tabs-list"></vbox>

View File

@@ -392,6 +392,7 @@ zen-folder {
background-color: transparent;
border: none !important;
outline: none !important;
flex: 1;
}
#zen-folder-tabs-list {