Implement Ctrl-F tip on search bar, adjust header layout (search box expanding).

This commit is contained in:
2025-09-25 02:38:41 +00:00
parent 97c7635897
commit 2f7d34e67b
2 changed files with 36 additions and 3 deletions
+6 -1
View File
@@ -204,6 +204,12 @@ onBeforeUnmount(() => {
align-items: center;
width: 100%;
padding-inline-end: 2rem;
gap: 1rem;
}
.header-controls > *:first-child {
flex: 1;
min-width: 0;
}
.toggle-btn {
position: fixed;
@@ -307,7 +313,6 @@ onBeforeUnmount(() => {
font-size: 1.5em;
white-space: pre-line;
text-align: center;
margin-inline-end: 2rem;
}
.current-time {