From ee1e4ffc43678c7fa792d3f54fc0928d6bdbf53d Mon Sep 17 00:00:00 2001 From: Er2 Date: Sun, 24 Apr 2022 17:43:12 +0300 Subject: [PATCH] bugfixes --- src/bd.less | 9 ++++++--- src/hide.less | 8 -------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/bd.less b/src/bd.less index 8a9ca0b..a4fe3b4 100644 --- a/src/bd.less +++ b/src/bd.less @@ -13,15 +13,18 @@ div.bd-changelog-button { div[class^="standardSidebarView-"] { // PluginRepo and ThemeRepo div[class^="repoList-"] > div { + position: absolute; + width: 100%; + div[class^="repoHeader-"] { & > * { max-width: unset; } + div[class^="tabBar-"] { + height: 48px; + } } - & > div:last-child { - height: 100vh; - } #pluginrepo-tab, #themerepo-tab { max-width: unset; diff --git a/src/hide.less b/src/hide.less index c91986d..b8bc2b5 100644 --- a/src/hide.less +++ b/src/hide.less @@ -85,11 +85,3 @@ div[class^="overviewSidebar-"], // at community creation, not needed form::before, // message input shadow div[class^="children-"]::after, // shadow at title { &:extend(.hide); } - -div[class^="base-"] div[class^="children-"] { - // channel title - div[class^="divider-"] { - &, & ~ div:not([class^="tabBar-"]), - { &:extend(.hide); } - } -}