mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance text overflow
This commit is contained in:
committed by
Tienson Qin
parent
d0f05c7667
commit
20bd31d662
@@ -689,10 +689,10 @@ html[data-theme='dark'] {
|
||||
@apply h-full;
|
||||
|
||||
.button {
|
||||
@apply invisible p-0 ml-2 flex items-center;
|
||||
@apply hidden p-0 ml-2 flex items-center;
|
||||
|
||||
&:focus {
|
||||
@apply visible;
|
||||
@apply flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -701,7 +701,7 @@ html[data-theme='dark'] {
|
||||
&:hover {
|
||||
.item-actions {
|
||||
.button {
|
||||
@apply visible;
|
||||
@apply flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user