chore(ui): minor ui improvements

This commit is contained in:
liyasthomas
2021-11-07 11:46:21 +05:30
parent 40c88b3e35
commit 510ba376e5
6 changed files with 55 additions and 27 deletions

View File

@@ -420,7 +420,7 @@ input[type="checkbox"] {
@apply inset-0;
@apply bg-dividerLight;
@apply opacity-0;
@apply z-30;
@apply z-20;
@apply transition;
content: "";
@@ -429,7 +429,7 @@ input[type="checkbox"] {
.smart-splitter .splitpanes__splitter::after {
@apply absolute;
@apply inset-0;
@apply z-30;
@apply z-20;
@apply transition;
@apply flex;
@apply items-center;