remove iro file association, show theme descriptions

This commit is contained in:
Boof2015
2026-04-18 03:08:40 -04:00
parent c7142d447a
commit 8ceaafa6c8
12 changed files with 91 additions and 129 deletions
+15 -1
View File
@@ -1604,7 +1604,9 @@ select {
gap: 6px;
}
.bottom-bar__theme-credit {
.bottom-bar__theme-metadata {
min-width: 0;
margin-left: auto;
color: var(--text-tertiary);
font-size: 10px;
line-height: 1.4;
@@ -1614,6 +1616,18 @@ select {
text-align: right;
}
.bottom-bar__theme-credit {
color: inherit;
}
.bottom-bar__theme-description {
color: var(--text-tertiary);
}
.bottom-bar__theme-separator {
margin: 0 4px;
}
.bottom-bar__theme-credit--link {
color: var(--text-secondary);
text-decoration: none;