FIX - align time to status indicators

This commit is contained in:
Eichenholz
2026-08-08 09:18:45 +02:00
parent bfdc598649
commit 18c5521ca8
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -365,7 +365,7 @@ button {
left: 0;
width: 100%;
height: 45px;
padding: 11px 42px 0;
padding: 19px 42px 0;
color: #fff;
display: flex;
justify-content: space-between;
@@ -380,12 +380,12 @@ button {
top: 0;
right: 0;
display: flex;
align-items: flex-start;
align-items: center;
justify-content: flex-end;
gap: 3px;
width: 118px;
height: 45px;
padding: 13px 42px 0 0;
padding: 11px 42px 0 0;
border: 0;
color: inherit;
background: transparent;