enhance(ux): limit min width for the resized image

This commit is contained in:
charlie
2024-10-26 11:18:40 +08:00
committed by Tienson Qin
parent e6161526c3
commit 3eded51689
2 changed files with 4 additions and 3 deletions

View File

@@ -963,9 +963,9 @@ html.is-mac {
@apply flex relative;
.handle-left , .handle-right {
@apply absolute w-[6px] h-[15%] bg-black/30 hover:bg-black/70
@apply absolute w-[6px] h-[15%] min-h-[30px] bg-black/30 hover:bg-black/70
top-[50%] left-[5px] rounded-full cursor-col-resize select-none
translate-y-[-50%] opacity-0;
translate-y-[-20%] opacity-0;
}
.handle-right {