Merge pull request #67 from ashishcas/fixing-border-radius

ui/bot-profile
Paul Makles 2021-08-15 14:50:43 +01:00 committed by GitHub
commit c0c0c267f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
overflow-y: auto;
flex-direction: column;
background: var(--primary-background);
border-radius: 0 0 8px 8px;
border-radius: 0 0 2px 2px;
.empty {
display: flex;