refactoring

This commit is contained in:
Konstantinos Kaloutas
2023-07-13 14:55:19 +03:00
committed by Tienson Qin
parent bd868fab37
commit 49b28ab03f
2 changed files with 19 additions and 16 deletions

View File

@@ -618,7 +618,7 @@ html[data-theme='dark'] {
margin-left: 12px;
}
.sidebar-drop-area {
.sidebar-drop-indicator {
@apply relative;
height: 8px;
@@ -651,11 +651,11 @@ html[data-theme='dark'] {
}
}
.sidebar-item-drop-overlay-wrapper {
.sidebar-item-drop-area {
@apply flex flex-col absolute h-full w-full;
}
.sidebar-item-drop-overlay {
.sidebar-item-drop-area-overlay {
flex: 1 1 50%;
}