yeah nigga

This commit is contained in:
matty 2024-05-19 18:09:50 -04:00
parent b08c44983b
commit 85aa58f766
1 changed files with 16 additions and 0 deletions

View File

@ -293,3 +293,19 @@ input#search-video {
.chat-msg__time { .chat-msg__time {
display: none !important; display: none !important;
} }
/* Video player styling */
#video-wrapper {
background-color: transparent !important;
}
video {
border-radius: 1rem;
background-color: transparent;
}
/* random shit */
#incompatible-browser {
display: none !important;
}