mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
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
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:
parent
b384dc81cd
commit
599ec9dd92
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user