This commit is contained in:
vinceliuice
2023-01-13 13:51:50 +08:00
parent 0c328e2b0b
commit e28972bd42
4 changed files with 5 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ findbar label, findbar description {
flex-direction: row; flex-direction: row;
margin: 0 !important; margin: 0 !important;
width: calc(100% - 42px); width: calc(100% - 42px);
height: 46px !important;
} }
hbox[anonid="findbar-textbox-wrapper"] { hbox[anonid="findbar-textbox-wrapper"] {

View File

@@ -26,10 +26,6 @@ findbar {
border-top: 1px solid var(--gnome-toolbar-border-color) !important; border-top: 1px solid var(--gnome-toolbar-border-color) !important;
} }
.findbar-container {
height: 46px !important;
}
#toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) { #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) {
min-height: 0 !important; min-height: 0 !important;
height: 0 !important; height: 0 !important;