Commit 48dac45 1 parent fab8e68 commit 48dac45 Copy full SHA for 48dac45
File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 176
176
margin-top : 1rem
177
177
}
178
178
179
+ .mt-2 {
180
+ margin-top : 0.5rem
181
+ }
182
+
179
183
.flex {
180
184
display : flex
181
185
}
371
375
color : rgb (255 255 255 / var (--tw-text-opacity , 1 ))
372
376
}
373
377
378
+ .text-gray-600 {
379
+ --tw-text-opacity : 1 ;
380
+ color : rgb (75 85 99 / var (--tw-text-opacity , 1 ))
381
+ }
382
+
374
383
.antialiased {
375
384
-webkit-font-smoothing : antialiased;
376
385
-moz-osx-font-smoothing : grayscale
Original file line number Diff line number Diff line change 1
1
<div >
2
2
<div class =" vidstack-player-custom" wire:ignore id =" target" ></div >
3
+ <p class =" text-sm text-gray-600 text-center mt-2" >
4
+ Click to play/pause • Double click for fullscreen
5
+ </p >
3
6
</div >
4
7
5
8
@assets
10
13
.vidstack-player-custom {
11
14
height : 80vh ;
12
15
max-width : calc (80vh * 16 / 9 );
16
+ margin : 0 auto ;
13
17
}
14
18
15
19
@if (! auth ()-> user ()-> is_admin )
You can’t perform that action at this time.
0 commit comments