enhance(ui): polish ui details for the property rows

This commit is contained in:
charlie
2024-03-20 12:19:07 +08:00
parent 915b486740
commit b898a39ff2
3 changed files with 20 additions and 8 deletions

View File

@@ -223,6 +223,16 @@ html[data-theme=dark] {
}
}
.ui__dialog-content {
&[side=start] {
@apply translate-y-0 top-[56px];
}
&[side=end] {
}
}
.ui__button-shortcut-key {
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;