mirror of
https://github.com/dergigi/boris.git
synced 2026-01-30 20:24:27 +01:00
style(ui): use full-width slim chevron toggle; keep IconButton square for actions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user