You've already forked AstralRinth
forked from didirus/AstralRinth
Minor visual fix due removed AD's
This commit is contained in:
@@ -753,20 +753,20 @@ function handleAuxClick(e) {
|
|||||||
--color-divider-dark: var(--brand-gradient-border);
|
--color-divider-dark: var(--brand-gradient-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar::after {
|
// .app-sidebar::after {
|
||||||
content: '';
|
// content: '';
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
bottom: 250px;
|
// bottom: 250px;
|
||||||
left: 0;
|
// left: 0;
|
||||||
right: 0;
|
// right: 0;
|
||||||
height: 5rem;
|
// height: 5rem;
|
||||||
background: var(--brand-gradient-fade-out-color);
|
// background: var(--brand-gradient-fade-out-color);
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.app-sidebar.has-plus::after {
|
// .app-sidebar.has-plus::after {
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.app-sidebar::before {
|
.app-sidebar::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|||||||
Reference in New Issue
Block a user