slightly decrease border radius size

This commit is contained in:
matty 2024-05-19 18:41:32 -04:00
parent 7e40f5571d
commit 1638534b09
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ input#search-video {
} }
video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/
border-radius: 0.75rem; border-radius: 0.25rem;
background-color: transparent; background-color: transparent;
} }