web/UpdateNotification: update margin & font size
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

this also fixes position in rtl layout
This commit is contained in:
wukko 2025-06-22 20:56:05 +06:00
parent b384dc81cd
commit 599ec9dd92
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -46,7 +46,7 @@
padding: 8px 12px 8px 8px; padding: 8px 12px 8px 8px;
pointer-events: all; pointer-events: all;
gap: 8px; gap: 8px;
margin-right: 71px; margin: 0 64px;
margin-top: calc(env(safe-area-inset-top) + 8px); margin-top: calc(env(safe-area-inset-top) + 8px);
box-shadow: box-shadow:
var(--button-box-shadow), var(--button-box-shadow),
@ -81,7 +81,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: start; text-align: start;
font-size: 13px; font-size: 12.5px;
} }
.subtext { .subtext {