Center logo
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-16 23:23:45 +02:00
parent ec684b7803
commit a537d0dd18
3 changed files with 1 additions and 20 deletions
+1 -10
View File
@@ -65,19 +65,10 @@ svg { width: 22px; height: 22px; fill: currentColor; }
.app > .on-top { order: -1; }
/* --- header ---------------------------------------------------------- */
.top { order: -2; display: flex; align-items: center; justify-content: space-between; padding: 6px 4px 0; }
.top { order: -2; display: flex; align-items: center; justify-content: center; padding: 6px 4px 0; }
.top h1 { margin: 0; line-height: 0; }
.top .logo { height: 34px; width: auto; display: block; }
.icon-button {
width: 44px; height: 44px; border-radius: 50%;
display: grid; place-items: center;
color: var(--muted); background: var(--card);
}
.icon-button:active { background: var(--raised); color: var(--ink); }
.icon-button.spin svg { animation: spin .7s linear; }
@keyframes spin { to { transform: rotate(360deg); } }
/* --- cards ----------------------------------------------------------- */
.card {
background: var(--card);