mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
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:
@@ -8,8 +8,7 @@
|
||||
<html:input id="zen-folder-tabs-list-search"
|
||||
data-l10n-id="zen-folders-search-placeholder"
|
||||
data-l10n-args="{"folder-name":""}"
|
||||
type="search"
|
||||
flex="1" />
|
||||
type="search" />
|
||||
</hbox>
|
||||
<scrollbox class="zen-folder-tabs-list-scrollbox" flex="1">
|
||||
<vbox id="zen-folder-tabs-list"></vbox>
|
||||
|
@@ -392,6 +392,7 @@ zen-folder {
|
||||
background-color: transparent;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#zen-folder-tabs-list {
|
||||
|
Reference in New Issue
Block a user