From a0ab63bdb533aac9b2bdc2ee07a3b1f2b70ea227 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Thu, 8 Jul 2021 17:58:43 +0200 Subject: [PATCH] fix(UI): connection tab indicator when scrolling --- src/renderer/components/TheSettingBar.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/renderer/components/TheSettingBar.vue b/src/renderer/components/TheSettingBar.vue index 1a765f0c..e890ad80 100644 --- a/src/renderer/components/TheSettingBar.vue +++ b/src/renderer/components/TheSettingBar.vue @@ -167,14 +167,13 @@ export default { height: $settingbar-width; width: 100%; margin: 0; - border-left: 3px solid transparent; opacity: 0.5; transition: opacity 0.2s; display: flex; - align-content: center; - justify-content: center; - flex-direction: column; + align-items: center; + justify-content: flex-start; border-radius: 0; + padding: 0; &:hover { opacity: 1; @@ -194,12 +193,12 @@ export default { width: 3px; transition: height 0.2s; background-color: $primary-color; - position: absolute; - left: 0; border-radius: $border-radius; } .settingbar-element-icon { + margin: 0 auto; + &.badge::after { bottom: -10px; right: 0;