mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 11:04:07 +00:00
Reduce Y padding for programs to give more room between rows.
This commit is contained in:
parent
3134a29f16
commit
61c248665e
1 changed files with 2 additions and 1 deletions
|
|
@ -957,7 +957,8 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
||||||
h={'100%'}
|
h={'100%'}
|
||||||
pos="relative"
|
pos="relative"
|
||||||
display={'flex'}
|
display={'flex'}
|
||||||
p={isExpanded ? 12 : 8}
|
px={isExpanded ? 12 : 8}
|
||||||
|
py={isExpanded ? 6 : 4}
|
||||||
c={isPast ? '#a0aec0' : '#fff'}
|
c={isPast ? '#a0aec0' : '#fff'}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue