File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const VideoContentChapters = ({
34
34
} , [ player ] ) ;
35
35
36
36
return (
37
- < div className = "w-full rounded-md border text-sm shadow-md lg :w-1/3" >
37
+ < div className = "w-full rounded-md border text-sm shadow-md semi :w-1/3" >
38
38
< div className = "flex items-center justify-between bg-[#F5F5F5] p-2 py-3 dark:bg-[#212020]" >
39
39
< span > Chapters</ span >
40
40
< X onClick = { onCancel } className = "cursor-pointer" />
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export const ContentRendererClient = ({
88
88
} ;
89
89
90
90
return (
91
- < div className = "flex flex-col items-start gap-2 lg :flex-row" >
91
+ < div className = "flex flex-col items-start gap-2 semi :flex-row" >
92
92
< div className = "w-full flex-1" >
93
93
< VideoPlayerSegment
94
94
setQuality = { setQuality }
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ module.exports = {
15
15
padding : '2rem' ,
16
16
} ,
17
17
extend : {
18
+ screens : {
19
+ semi : '1140px'
20
+ } ,
18
21
colors : {
19
22
border : 'hsl(var(--border))' ,
20
23
input : 'hsl(var(--input))' ,
You can’t perform that action at this time.
0 commit comments