feat: app icon button round

This commit is contained in:
2026-03-22 22:38:37 +01:00
parent 06e619f26c
commit fcd8754d94
5 changed files with 38 additions and 18 deletions

View File

@@ -43,22 +43,7 @@
white-space: nowrap;
}
.app-details-titlebar h1 i {
background: var(--app-background-color);
width: 35px;
height: 29px;
font-size: 15px; /* icon-font metric — intentional px */
border-radius: var(--app-border-radius);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--app-contrast);
border: 1px solid var(--app-border);
color: var(--app-muted-color);
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.app-details-titlebar h1:has(i) {
.app-details-titlebar h1:has(.app-icon-button) {
display: flex;
align-items: center;
gap: 7px;