Style: Improve Timeturner offset layout with compact inputs and side labels

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Chris Frankland-Wright 2025-08-12 16:19:53 +01:00
parent 22ac073922
commit cbacf14ca1
2 changed files with 43 additions and 16 deletions

View file

@ -132,6 +132,33 @@ button:hover {
background-color: #166999;
}
.offset-controls-container {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
align-items: center;
}
.offset-control {
display: flex;
align-items: center;
gap: 5px;
}
.offset-control input[type="number"] {
width: 40px;
text-align: center;
}
.offset-control label {
font-size: 14px;
color: #333;
}
#offset-ms {
width: 60px;
}
#sync-message {
font-style: italic;
color: #555;