Add settings button to server list sidebar.

Move more border radiuses to variables.
This commit is contained in:
Paul
2021-08-15 15:21:23 +01:00
parent 2b7c99390b
commit 4faba20410
20 changed files with 54 additions and 52 deletions

View File

@@ -88,7 +88,7 @@
overflow-y: auto;
flex-direction: column;
background: var(--primary-background);
border-radius: 0 0 2px 2px;
border-radius: 0 0 var(--border-radius) var(--border-radius);
.empty {
display: flex;
@@ -157,7 +157,7 @@
img {
width: 32px;
height: 32px;
border-radius: 50%;
border-radius: var(--border-radius-half);
}
span {