调整模型操作按钮布局

This commit is contained in:
zhangshun
2026-06-02 10:33:37 +08:00
parent d4e78a666e
commit bbed65e41e

View File

@@ -152,8 +152,9 @@
.thumb-actions { .thumb-actions {
position: absolute; position: absolute;
inset: 0; inset: 0;
display: flex; display: grid;
flex-direction: column; grid-template-columns: repeat(2, minmax(0, 86px));
align-content: center;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 7px; gap: 7px;
@@ -172,7 +173,7 @@
} }
.thumb-actions button { .thumb-actions button {
width: min(86px, 80%); width: 100%;
min-height: 24px; min-height: 24px;
padding: 3px 8px; padding: 3px 8px;
border-color: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.3);