2.0
Layout fixes Mobile cleanup Location right hand side Moon style updated - again
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user