mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
varous fixes
This commit is contained in:
committed by
Tienson Qin
parent
6be56c155f
commit
d7998cf8b7
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user