调整模型操作按钮布局

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