This commit is contained in:
Utsob Roy 2023-02-14 15:48:34 +06:00
parent f0e8eeb569
commit a32574db48

View File

@ -53,8 +53,7 @@ ul.task-list {
.sidebar {
position: fixed;
top: 50%;
transform: translateY(calc(-50% + 75px));
top: 75px;
right: 0;
height: 100%;
min-width: 25px;
@ -79,7 +78,7 @@ ul.task-list {
width: calc(100vmin - 100px);
min-height: 350px;
min-width: 350px;
transform: translate(-112%, -58%);
transform: translate(-50%, -50%);
z-index: 9999;
display: block;
background-color: var(--background-secondary);
@ -239,12 +238,6 @@ 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 {