Minor visual fix due removed AD's

This commit is contained in:
2025-01-02 14:12:48 +03:00
parent e05ff218fa
commit c91902abc2

View File

@@ -753,20 +753,20 @@ function handleAuxClick(e) {
--color-divider-dark: var(--brand-gradient-border);
}
.app-sidebar::after {
content: '';
position: absolute;
bottom: 250px;
left: 0;
right: 0;
height: 5rem;
background: var(--brand-gradient-fade-out-color);
pointer-events: none;
}
// .app-sidebar::after {
// content: '';
// position: absolute;
// bottom: 250px;
// left: 0;
// right: 0;
// height: 5rem;
// background: var(--brand-gradient-fade-out-color);
// pointer-events: none;
// }
.app-sidebar.has-plus::after {
display: none;
}
// .app-sidebar.has-plus::after {
// display: none;
// }
.app-sidebar::before {
content: '';