fix: update layout

This commit is contained in:
2026-06-23 19:44:20 +05:00
parent 80112bc239
commit c17dd84dc6
3 changed files with 74 additions and 64 deletions
+8
View File
@@ -76,6 +76,14 @@ header p {
color: #fff;
}
.mode-hint {
font-size: 14px;
color: var(--accent);
font-weight: 500;
margin-right: 8px;
white-space: nowrap;
}
main {
display: grid;
grid-template-columns: 1fr 340px;