fix: remove stale margin-top from card desc in install-index
Title moved to overlay so margin-top on .pi-card-desc is no longer needed. Aligns with main.html styling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
TerminallyLazy committed
Mar 3, 2026 at 23:45 UTC
585a731af672e48a39acee0ae6167d71ad9ec42f
1 file changed
-1
plugins/plugin_installer/webui/install-index.html
-1
@@ -206,7 +206,6 @@
206
.pi-card-desc {
207
font-size: 0.8rem;
208
color: var(--color-text-secondary);
209
- margin-top: 0.3rem;
209
line-height: 1.3;
210
}
211