mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Merge pull request #67 from ashishcas/fixing-border-radius
This commit is contained in:
commit
c0c0c267f4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: var(--primary-background);
|
background: var(--primary-background);
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 2px 2px;
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue