Layout fixes
Mobile cleanup
Location right hand side
Moon style updated - again
This commit is contained in:
fraxle
2026-05-27 20:30:39 +01:00
parent 7a2a8dcb6f
commit 9b7089ca06
6 changed files with 57 additions and 36 deletions
+3 -1
View File
@@ -166,6 +166,7 @@ export function DayTabs({
right: 0,
height: isActive ? '5px' : '4px',
background: band.bg,
borderTop: '1px solid #c9b08a',
borderRadius: '0 0 2px 2px',
transition: 'height 0.1s',
}} aria-hidden="true"></span>
@@ -396,10 +397,11 @@ export function DayTabs({
display: 'flex',
alignItems: 'center',
gap: '10px',
margin: '8px 0 4px',
margin: '0 0 14px',
padding: '6px 10px',
background: band.tint,
borderLeft: `3px solid ${band.edge}`,
borderBottom: `1px solid ${band.edge}`,
borderRadius: '0 4px 4px 0',
fontSize: '12px',
color: '#3a2a18',