mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-17 14:57:49 +00:00
fix: align help accordions consistently
This commit is contained in:
@@ -254,20 +254,20 @@
|
||||
.support-accordion > summary::after {
|
||||
grid-column: 2;
|
||||
grid-row: 1 / span 2;
|
||||
content: "+";
|
||||
display: grid;
|
||||
content: "";
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
place-items: center;
|
||||
border: 1px solid color-mix(in oklch, var(--accent) 35%, var(--card-border));
|
||||
border-radius: 999px;
|
||||
background:
|
||||
linear-gradient(currentColor, currentColor) center / 10px 1px no-repeat,
|
||||
linear-gradient(currentColor, currentColor) center / 1px 10px no-repeat;
|
||||
color: var(--accent);
|
||||
font-size: 1.35rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.support-accordion[open] > summary::after {
|
||||
content: "−";
|
||||
background:
|
||||
linear-gradient(currentColor, currentColor) center / 10px 1px no-repeat;
|
||||
}
|
||||
|
||||
.support-accordion > summary .support-eyebrow {
|
||||
|
||||
Reference in New Issue
Block a user