slightly decrease border radius size

This commit is contained in:
matty 2024-05-19 18:39:26 -04:00
parent f1f68f5e95
commit 7e40f5571d
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*/
border-radius: 1rem;
border-radius: 0.75rem;
background-color: transparent;
}