This commit is contained in:
Er2 2022-04-24 17:43:12 +03:00
parent 93a40d0199
commit ee1e4ffc43
2 changed files with 6 additions and 11 deletions

View File

@ -13,15 +13,18 @@ div.bd-changelog-button {
div[class^="standardSidebarView-"] { div[class^="standardSidebarView-"] {
// PluginRepo and ThemeRepo // PluginRepo and ThemeRepo
div[class^="repoList-"] > div { div[class^="repoList-"] > div {
position: absolute;
width: 100%;
div[class^="repoHeader-"] { div[class^="repoHeader-"] {
& > * { & > * {
max-width: unset; max-width: unset;
} }
div[class^="tabBar-"] {
height: 48px;
}
} }
& > div:last-child {
height: 100vh;
}
#pluginrepo-tab, #pluginrepo-tab,
#themerepo-tab { #themerepo-tab {
max-width: unset; max-width: unset;

View File

@ -85,11 +85,3 @@ div[class^="overviewSidebar-"], // at community creation, not needed
form::before, // message input shadow form::before, // message input shadow
div[class^="children-"]::after, // shadow at title div[class^="children-"]::after, // shadow at title
{ &:extend(.hide); } { &:extend(.hide); }
div[class^="base-"] div[class^="children-"] {
// channel title
div[class^="divider-"] {
&, & ~ div:not([class^="tabBar-"]),
{ &:extend(.hide); }
}
}