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 { .sidebar {
position: fixed; position: fixed;
top: 50%; top: 75px;
transform: translateY(calc(-50% + 75px));
right: 0; right: 0;
height: 100%; height: 100%;
min-width: 25px; min-width: 25px;
@ -79,7 +78,7 @@ ul.task-list {
width: calc(100vmin - 100px); width: calc(100vmin - 100px);
min-height: 350px; min-height: 350px;
min-width: 350px; min-width: 350px;
transform: translate(-112%, -58%); transform: translate(-50%, -50%);
z-index: 9999; z-index: 9999;
display: block; display: block;
background-color: var(--background-secondary); background-color: var(--background-secondary);
@ -239,12 +238,6 @@ ul.task-list {
border-radius: 0; border-radius: 0;
border-top: 2px solid var(--background-secondary); border-top: 2px solid var(--background-secondary);
justify-content: space-between; justify-content: space-between;
@media (max-width: 1400px) {
.graph-fs {
transform: translate(-50%, -50%);
}
}
} }
.sidebar-container { .sidebar-container {