Small fix for YouTube interface 2022
All the changes in the screenshots here.
Authorukr
LicenseMIT License
Categoryyoutube.com
Created
Updated
Size1.2 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Small fix for YouTube interface 2022
All the changes in the screenshots here.
v0.0.2
Changes in the screenshot here
/* ==UserStyle==
@name Fix YouTube interface 2022
@version v0.0.2
@namespace userstyles.world/user/ukr
@description Small fix for YouTube interface 2022
@author ukr
@license MIT License
==/UserStyle== */
@-moz-document domain("youtube.com"){
#info-container {
padding: 0;
position: absolute;
top: -110px;
left: 0;
color: #606060;
}
html[dark=""] #info-container {
color: #aaaaaa;
}
[dir="ltr"] ytd-watch-metadata[description-collapsed] .ytd-watch-metadata #info-container.ytd-watch-metadata, ytd-watch-metadata[description-collapsed] .ytd-watch-metadata[dir="ltr"] #info-container.ytd-watch-metadata {
-webkit-mask-image: none;
mask-image: none;
}
.creator-thumbnail {
display: flex !important;
}
#more-replies-icon.ytd-comment-replies-renderer {
margin-right: 0px !important;
}
.yt-spec-button-shape-next--size-s {
font-size: 14px;
}
#top-row.ytd-watch-metadata {
margin-top: 50px;
}
.style-scope.yt-sort-filter-sub-menu-renderer.has-items {
margin-top: 2px;
}
#reply-dialog {
margin-top: 5px;
}
#expander-contents {
margin-top: 10px;
}
}