diff --git a/src/App.scss b/src/App.scss index b55ba0e6..e081ad9b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -274,6 +274,11 @@ main-router { background-color: var(--btn, $fallback--btn); } +.panel-heading.stub { + border-radius: $fallback--panelRadius; + border-radius: var(--panelRadius, $fallback--panelRadius); +} + .panel-footer { border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index 46e011dc..dea9b703 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -30,7 +30,7 @@
-