mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Add settings button to server list sidebar.
Move more border radiuses to variables.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user