TESTING
Simple YT (Mobile) TESTING by 7e57
Details
Author7e57
LicenseNo License
Categoryyoutube
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Simple YT (Mobile) TESTING
@version 0.0.5
@namespace userstyles.world/user/7e57
@description Likely won't get updated often
@author 7e57
@license No License
==/UserStyle== */
@-moz-document domain("m.youtube.com") {
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');
* {
scrollbar-color: #565656 transparent !important;
scrollbar-width: thin;
font-family: 'Nunito', sans-serif;
font-weight: 600
}
html, lazy-list {
background-color: #181818
}
ytm-video-with-context-renderer:hover {
background: rgb(34, 34, 34);
box-shadow: 0px 1px 20px #0000004d;
opacity: 1;
transform: scale(1.002);
transition: all 0.35s;
z-index: 999
}
ytm-video-with-context-renderer {
background-color: #1e1e1e;
box-shadow: 0px 1px 13px #0000004d;
border-radius: 8px;
margin: 5px;
padding: 8px
}
ytm-channel-list-sub-menu-renderer,
ytm-item-section-renderer {
background-color: #252525;
border-bottom: none
}
ytm-pivot-bar-renderer, .chip-bar, .chip-container {
border: none;
border-top: none;
border-bottom: none
}
.compact-link-endpoint:hover,
.pivot-bar-item-tab:hover {
transform: scale(1.05);
transition: all 0.34s
}
.chip-bar, ytm-chip-divider-renderer {
background: none
}
.searchbox-input.title {
border-bottom-color: #2b2b2b
}
#toasts > c3-toast {
display: none
}
}