UI - Mobile - Recheck/edit/etc buttons - Centered horizontally

This commit is contained in:
dgtlmoon
2026-09-09 17:00:05 +02:00
parent 30fc5d318a
commit 62fd5eed8f
2 changed files with 3 additions and 3 deletions
@@ -97,7 +97,7 @@ $watch-table-mobile-max: 767px;
padding-inline: 12px;
padding-top: 12px;
padding-bottom: 12px;
display: grid;
grid-template-columns: $grid-col-checkbox 1fr $grid-col-watch;
grid-template-rows: auto auto auto auto;
@@ -151,7 +151,7 @@ $watch-table-mobile-max: 767px;
grid-row: 4;
display: flex;
align-items: center;
justify-content: flex-start;
justify-content: center;
}
> td.watch-controls {
File diff suppressed because one or more lines are too long