This commit is contained in:
@@ -837,7 +837,7 @@
|
|||||||
.aside-tools {
|
.aside-tools {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 45%;
|
top: 45%;
|
||||||
right: 0;
|
right: 20px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
@@ -848,8 +848,7 @@
|
|||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6);
|
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6);
|
||||||
border: 1px solid rgba(148, 163, 184, 0.15);
|
border: 1px solid rgba(148, 163, 184, 0.15);
|
||||||
border-right: none;
|
border-radius: 8px;
|
||||||
border-radius: 8px 0 0 8px;
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user