varous fixes

This commit is contained in:
Konstantinos Kaloutas
2023-07-12 19:58:49 +03:00
committed by Tienson Qin
parent 6be56c155f
commit d7998cf8b7
2 changed files with 23 additions and 15 deletions

View File

@@ -635,7 +635,6 @@ html[data-theme='dark'] {
.sidebar-item {
@apply relative;
overflow: hidden;
flex: 1 1;
min-height: 100px;
border: 1px solid transparent;
@@ -687,19 +686,23 @@ html[data-theme='dark'] {
}
.item-actions {
@apply h-full invisible;
opacity: 0;
@apply h-full;
.button {
@apply p-0 pl-2 flex items-center h-full;
@apply invisible p-0 ml-2 flex items-center h-full;
&:focus {
@apply visible;
}
}
}
.is-mobile &,
&:hover {
.item-actions {
@apply visible;
opacity: 1;
.button {
@apply visible;
}
}
}
}