Skip to content

Commit d0bac1e

Browse files
scott graysonscott grayson
authored andcommitted
allow controls for admin
1 parent e1d476e commit d0bac1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/livewire/video-player.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
height: 80vh;
1212
max-width: calc(80vh * 16/9);
1313
}
14+
15+
@if (! auth()->user()->is_admin)
1416
.vds-controls {
1517
display: none;
1618
}
19+
@endif
1720
</style>
1821
@endassets
1922

0 commit comments

Comments
 (0)