Android: add inset spacers for android

This commit is contained in:
Pieter Vander Vennet 2025-07-18 14:15:37 +02:00
parent 381ac4a2f2
commit 877bdfae95
19 changed files with 84 additions and 47 deletions

View file

@ -3075,6 +3075,10 @@ input[type="range"].range-lg::-moz-range-thumb {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-\[10px\] {
border-width: 10px;
}
@ -5527,7 +5531,7 @@ h2.group {
.warning {
/* The class to convey important information, but not as grave as 'alert' */
background-color: var(--low-interaction-background);
background-color: var(--alert-color);
color: var(--alert-foreground-color);
font-weight: bold;
border-radius: 1em;