bugfixes
This commit is contained in:
parent
93a40d0199
commit
ee1e4ffc43
2 changed files with 6 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -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); }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue