Youtube elements rounded v.1.0.0
Youtube Rounded by audiodeath101
Details
Authoraudiodeath101
LicenseNo License
Categoryrounded,youtube
Created
Updated
Size834 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Rounded
@version 20210928.20.16
@namespace userstyles.world/user/audiodeath101
@description Youtube elements rounded v.1.0.0
@author audiodeath101
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#movie_player,.ytd-playlist-panel-renderer{
border-radius: 1em;
}
.ytd-playlist-panel-renderer{
margin: 0.2em;
}
#playlist-items:hover{
background-color: #17ac8c;
}
#search-form #container{
border-radius: 1em 0 0 1em;
}
ytd-button-renderer .ytd-button-renderer{
border-radius: 1em;
}
ytd-subscribe-button-renderer .ytd-subscribe-button-renderer{
border-radius: 1em;
}
ytd-thumbnail a{
border-radius: 1em;
}
ytd-thumbnail.ytd-rich-grid-media::before{
background: transparent;
}
ytd-searchbox button{
border-radius: 0 1em 1em 0 !important;
}
}