Implement Ctrl-F tip on search bar, adjust header layout (search box expanding).
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user