mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-19 01:25:06 +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%'}
|
||||
pos="relative"
|
||||
display={'flex'}
|
||||
p={isExpanded ? 12 : 8}
|
||||
px={isExpanded ? 12 : 8}
|
||||
py={isExpanded ? 6 : 4}
|
||||
c={isPast ? '#a0aec0' : '#fff'}
|
||||
>
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue