fix: small icon bar ui

This commit is contained in:
2026-03-24 17:25:59 +01:00
parent 79a34aad73
commit 5338155ef5
4 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
padding-top: var(--app-spacing);
}
.app-details-container > section {
max-width: 84ch;
.app-details-container > section > form [data-tab-panel] {
max-width: 70ch;
}
.app-details-aside-actions {

View File

@@ -164,6 +164,7 @@
color: var(--app-color) !important;
}
.app-tabs-nav button:hover,
.app-tabs-nav button.is-active,
.app-tabs-nav a.is-active {
--app-color: inherit;