diff --git a/web/src/pages/app/app.css b/web/src/pages/app/app.css index f14e735..673f9d8 100644 --- a/web/src/pages/app/app.css +++ b/web/src/pages/app/app.css @@ -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);