Consistent header and footer sizing.

This commit is contained in:
2026-02-04 19:19:41 +00:00
parent 62b44ddb43
commit 85b3aa6b81
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -141,6 +141,7 @@ defineExpose({
display: flex;
align-items: center;
z-index: 10;
min-height: 3em;
}
.search-group {
position: relative;
@@ -79,6 +79,7 @@ const op = (opName: string, dst?: string) => {
padding: 0.3em 0.5em;
background: transparent;
color: var(--header-color);
font-size: var(--header-font-size);
}
.select-text {
color: var(--accent-color);