mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
css fix
This commit is contained in:
parent
854f572be1
commit
84d8a3e916
@ -57,8 +57,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;
|
||||||
@ -83,7 +82,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);
|
||||||
@ -243,12 +242,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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user