mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
enhance(ux): show page actions when hovering title only
This commit is contained in:
@@ -524,10 +524,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-main-content {
|
||||
.ls-page-title-container .block-content-wrapper {
|
||||
.ls-page-title-actions {
|
||||
@apply absolute -top-4 opacity-0;
|
||||
left: -2px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
& > .db-page-title-actions {
|
||||
& > .ls-page-title-actions {
|
||||
@apply delay-300 transition-opacity opacity-100;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user