style(ui): use full-width slim chevron toggle; keep IconButton square for actions

This commit is contained in:
Gigi
2025-10-03 01:02:52 +02:00
parent 9b245b3d29
commit 974cecb85f
2 changed files with 33 additions and 27 deletions

View File

@@ -542,11 +542,16 @@ body {
}
.expand-toggle {
margin-top: 0.25rem;
margin: 0.25rem 0;
background: transparent;
border: none;
color: #888;
cursor: pointer;
width: 100%;
height: 22px; /* half of default icon button */
display: flex;
align-items: center;
justify-content: center;
}
.expand-toggle:hover {