update
Remove nitro perks at site. Fix topbar colors.
This commit is contained in:
parent
c84ba6c4d9
commit
68db679de7
2 changed files with 6 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
|
||||
// Site
|
||||
[class*="perksContainer-"],
|
||||
[class^="DocSearch"], // Algolia, f you
|
||||
#app-mount div:not([class]) div[class=""] div:not([class]), // main page content
|
||||
#app-mount div:not([class]) div[class=""] div div[class*="background-"], // nitro animation at top
|
||||
|
|
|
@ -8,9 +8,7 @@ div[class^="standardSidebarView-"] {
|
|||
flex-direction: column;
|
||||
|
||||
div[class^="sidebarRegion-"] {
|
||||
overflow: auto hidden;
|
||||
scrollbar-width: thin;
|
||||
background: var(--background-secondary); // bugfix
|
||||
overflow: hidden;
|
||||
flex-basis: unset; // bugfix to normalize height
|
||||
flex-grow: 0; // fix scaling
|
||||
|
||||
|
@ -19,12 +17,16 @@ div[class^="standardSidebarView-"] {
|
|||
{ display: none; }
|
||||
|
||||
& > div {
|
||||
background: var(--background-primary);
|
||||
scrollbar-width: thin;
|
||||
overflow: auto hidden !important;
|
||||
justify-content: left;
|
||||
max-width: 100%;
|
||||
|
||||
& > nav {
|
||||
padding: 0;
|
||||
width: unset; // to increase size
|
||||
background: var(--background-secondary); // bugfix
|
||||
& > div {
|
||||
flex-direction: row;
|
||||
height: @tab-height;
|
||||
|
|
Loading…
Reference in a new issue