diff --git a/src/App.scss b/src/App.scss index 61acc4ce..e3fba48a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -46,8 +46,8 @@ a { button{ user-select: none; - color: $fallback--faint; - color: var(--faint, $fallback--faint); + color: $fallback--fg; + color: var(--fg, $fallback--fg); background-color: $fallback--btn; background-color: var(--btn, $fallback--btn); border: none; @@ -253,7 +253,7 @@ main-router { border-radius: $fallback--panelRadius; border-radius: var(--panelRadius, $fallback--panelRadius); box-shadow: 1px 1px 4px rgba(0,0,0,.6); - overflow: hidden; + //overflow: hidden; } .panel-body:empty::before { diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 4000bce2..308e5e7d 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -8,7 +8,16 @@
- + +
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 5db3f555..6f949afb 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -32,6 +32,9 @@