enhance(ux): page title actions

This commit is contained in:
charlie
2024-11-05 17:06:49 +08:00
parent bbd8b5c0b4
commit 43a25d2cfe
3 changed files with 57 additions and 37 deletions

View File

@@ -508,6 +508,14 @@
}
}
.block-main-content {
&:hover {
& > .db-page-title-actions {
@apply delay-300 transition-opacity opacity-100;
}
}
}
.ls-block {
@apply relative py-0.5 transition-[background-color] mx-auto;