enhance(ux): show page actions when hovering title only

This commit is contained in:
Tienson Qin
2025-05-20 18:33:21 +08:00
parent 4b766d7525
commit 09b6d37894
4 changed files with 23 additions and 17 deletions

View File

@@ -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;
}
}
}