summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-05-03 22:16:54 +0200
committerGrigorii K. Shartsev <me@shgk.me>2024-05-03 23:43:09 +0200
commit41e7024a0603369a92a708f6d2bb4f171d266de0 (patch)
tree52dbf11372c40f57b01bf17fa456df898075a978
parent27329f633c8d1b6140690819837a5861a3c9aa9d (diff)
fix(LeftSidebar): small glitch on sidebar scroll
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index d5b16eff4..7dbab2fcc 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -1014,9 +1014,10 @@ export default {
display: flex;
padding: 8px 4px 8px 12px;
align-items: center;
+ border-bottom: 1px solid transparent;
&--scrolled-down {
- border-bottom: 1px solid var(--color-placeholder-dark);
+ border-bottom-color: var(--color-placeholder-dark);
}
.filters {