mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Add settings button to server list sidebar.
Move more border radiuses to variables.
This commit is contained in:
@@ -147,7 +147,6 @@
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
|
||||
|
||||
.title {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
@@ -157,14 +156,14 @@
|
||||
span {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
font-size: 12px;
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
background: var(--error);
|
||||
flex-shrink: 0;
|
||||
border-radius: var(--border-radius-half);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user