style/status bar/note paths: refactor

This commit is contained in:
Adorian Doran 2025-12-15 00:49:25 +02:00
parent 381943818d
commit 3ba7b7d439

View File

@ -102,23 +102,23 @@
background: var(--card-background-color); background: var(--card-background-color);
padding: 8px 20px; padding: 8px 20px;
span:last-child > span > a { &:first-child {
color: var(--muted-text-color);
}
}
li + li {
margin-top: 2px;
}
li:first-child {
border-radius: var(--border-radius) var(--border-radius) 0 0; border-radius: var(--border-radius) var(--border-radius) 0 0;
} }
li:last-child { &:last-child {
border-radius: 0 0 var(--border-radius) var(--border-radius); border-radius: 0 0 var(--border-radius) var(--border-radius);
} }
& + li {
margin-top: 2px;
}
span:last-child > span > a {
color: var(--muted-text-color);
}
}
a { a {
margin-inline: 2px; margin-inline: 2px;
padding-inline: 2px; padding-inline: 2px;