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); } - } -}