diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index ea11e4f..ebbc1ea 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -1246,14 +1246,19 @@ small { color: var(--text-muted); } } .recorder-table .rec-file-actions { display: flex; + align-items: center; gap: 0.4rem; } .recorder-table .rec-file-btn { - display: inline-block; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; padding: 0.2rem 0.5rem; font-size: 0.75rem; font-family: inherit; line-height: 1.4; + text-align: center; text-decoration: none; border: 1px solid var(--border-light); border-radius: 4px;