diff options
Diffstat (limited to 'src/components/chat')
| -rw-r--r-- | src/components/chat/chat.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 43e7a5e4..4f8f8492 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -18,8 +18,9 @@ overflow: visible; min-height: calc(100vh - var(--navbar-height)); margin: 0; - border-radius: 10px 10px 0 0; - border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0; + border-radius: var(--roundness); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; &::after { border-radius: 0; |
