V13 update pt2

This commit is contained in:
Litasa
2025-06-30 17:16:09 +00:00
committed by Vlyan
parent a9748bdf03
commit 1bc01d0741
12 changed files with 211 additions and 58 deletions

View File

@@ -43,4 +43,66 @@ textarea {
}
input[type="number"] {
text-align: center;
}
}
&.system-badge {
display: flex;
flex-direction: column;
align-items: center;
gap: .5rem;
padding: .25rem;
> img {
height: 128px;
border: none;
object-fit: contain;
}
.system-info {
position: relative;
font-size: var(--font-size-16);
i {
padding-inline-start: 2px;
font-size: var(--font-size-12);
}
}
}
&.sidebar-info {
margin-bottom: -.5rem;
.system-badge { margin-top: .5rem; }
.notification-pip {
color: var(--color-text-accent);
font-size: var(--font-size-12);
top: 4px;
right: -14px;
}
ul.unlist {
display: flex;
flex-wrap: wrap;
padding-left: 0;
list-style: none;
clip-path: inset(0 0 0 2ch); // remove separator if on new line
}
ul.links {
gap: 0;
margin-top: 6px;
margin-left: 10%; // just to center the link list a little
li {
padding-left: 1ch;
white-space: nowrap;
}
li::before {
content: "";
display: inline-block;
margin-right: 1ch;
width: 1ch;
text-align: center;
}
}
}