This commit is contained in:
Utsob Roy 2023-02-14 15:41:55 +06:00
parent 8c20f64c48
commit 854f572be1

View File

@ -243,6 +243,12 @@ ul.task-list {
border-radius: 0;
border-top: 2px solid var(--background-secondary);
justify-content: space-between;
@media (max-width: 1400px) {
.graph-fs {
transform: translate(-50%, -50%);
}
}
}
.sidebar-container {