add: icon resolver

add: config "no_track" file list option
add: rainbeam-shared -> tetratto-shared
add: l10n
This commit is contained in:
trisua 2025-03-23 12:31:48 -04:00
parent b6fe2fba37
commit d2ca9e23d3
40 changed files with 1107 additions and 583 deletions

View file

@ -132,9 +132,17 @@ footer {
}
/* typo */
.icon {
color: inherit;
svg.icon {
stroke: currentColor;
width: 18px;
}
svg.icon.filled {
fill: currentColor;
}
button svg {
pointer-events: none;
}
hr {
@ -666,9 +674,7 @@ dialog[open] {
.dropdown .inner button {
width: 100%;
padding: 0.25rem var(--horizontal-padding);
/* transition:
background 0.1s,
transform 0.15s; */
transition: none !important;
text-decoration: none;
display: flex;
align-items: center;