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
|
// Site
|
||||||
|
[class*="perksContainer-"],
|
||||||
[class^="DocSearch"], // Algolia, f you
|
[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:not([class]), // main page content
|
||||||
#app-mount div:not([class]) div[class=""] div div[class*="background-"], // nitro animation at top
|
#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;
|
flex-direction: column;
|
||||||
|
|
||||||
div[class^="sidebarRegion-"] {
|
div[class^="sidebarRegion-"] {
|
||||||
overflow: auto hidden;
|
overflow: hidden;
|
||||||
scrollbar-width: thin;
|
|
||||||
background: var(--background-secondary); // bugfix
|
|
||||||
flex-basis: unset; // bugfix to normalize height
|
flex-basis: unset; // bugfix to normalize height
|
||||||
flex-grow: 0; // fix scaling
|
flex-grow: 0; // fix scaling
|
||||||
|
|
||||||
|
@ -19,12 +17,16 @@ div[class^="standardSidebarView-"] {
|
||||||
{ display: none; }
|
{ display: none; }
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
|
background: var(--background-primary);
|
||||||
|
scrollbar-width: thin;
|
||||||
overflow: auto hidden !important;
|
overflow: auto hidden !important;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
& > nav {
|
& > nav {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width: unset; // to increase size
|
||||||
|
background: var(--background-secondary); // bugfix
|
||||||
& > div {
|
& > div {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: @tab-height;
|
height: @tab-height;
|
||||||
|
|
Loading…
Reference in a new issue