forked from abner/for-legacy-web
Add settings button to server list sidebar.
Move more border radiuses to variables.
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
border-radius: var(--border-radius-half);
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
border: 3px solid var(--tertiary-background);
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
background: var(--secondary-header);
|
||||
border-radius: 6px;
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
> svg {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user