mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix fullscreen video player's radius
This commit is contained in:
parent
12fb5003b8
commit
f17757b3f0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ table {margin-top: 0}
|
|||
.svg-inline--fa{vertical-align: -2.5rem}
|
||||
.children\:px-1>*, .px-1 {padding-left: 4rem; padding-right: 4rem}
|
||||
|
||||
/*Fullscreen*/ .shaka-video-container:fullscreen, .shaka-video-container:fullscreen * {border-radius: 0 !important}
|
||||
/*Fullscreen*/ .shaka-video-container:fullscreen :is(video, .shaka-scrim-container) {border-radius: 0 !important}
|
||||
|
||||
/*Variables*/
|
||||
.mr-0\.5 {margin-right: 15rem}
|
||||
|
|
Loading…
Reference in a new issue