Prefer rem, assure that dialogs scale correctly.

This commit is contained in:
2025-09-25 20:21:26 +00:00
parent 542c66fce1
commit dc4d496c63
12 changed files with 50 additions and 40 deletions
+3 -3
View File
@@ -267,7 +267,7 @@ onBeforeUnmount(() => {
padding: 0;
margin: 0.5em;
cursor: pointer;
font-size: 1em;
font-size: 1rem;
font-weight: 700;
line-height: 1;
display: inline-flex;
@@ -356,14 +356,14 @@ onBeforeUnmount(() => {
}
.today-date {
font-size: 1.5em;
font-size: 1.5rem;
white-space: pre-line;
text-align: center;
}
.current-time {
font-family: ui-monospace, SF Mono, Consolas, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
font-size: 3.6em;
font-size: 3.6rem;
white-space: nowrap;
text-align: center;
cursor: pointer;