style(client): reduce expanded search height

This commit is contained in:
_Kerman
2026-08-11 16:49:26 +08:00
parent fcbe3ac836
commit 79b9f3d524
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@
.searchExpanded {
width: calc(100% + 4px);
height: 34px;
height: 30px;
margin-inline: -2px;
padding: 0 4px 0 0;
border: 1px solid var(--dsw-alias-border-l2);
@@ -196,7 +196,7 @@
.searchExpanded .searchButton {
width: 28px;
height: 34px;
height: 30px;
}
.searchButton:hover {