Pin the timer left in the day bar with the slack before the day controls
This commit is contained in:
+3
-1
@@ -143,11 +143,12 @@ body::before {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.day-bar input[type="date"] {
|
||||
flex: 1;
|
||||
flex: 0 1 auto;
|
||||
min-width: 0;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
@@ -163,6 +164,7 @@ body::before {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-right: auto; /* pin left; the flexible gap sits between it and the day controls */
|
||||
padding: 8px 16px;
|
||||
border-radius: 999px;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user