Skip to content

YouTube App by simonjonnemeth

Details

Authorsimonjonnemeth

LicenseNo License

Categoryhttps://www.youtube.com/

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minor changes to fit suite the YouTube Chrome app better (may not work for everyone).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube App
@version      20240907.20.49
@namespace    https://userstyles.world/user/simonjonnemeth
@description  Minor changes to fit suite the YouTube Chrome app better (may not work for everyone).
@author       simonjonnemeth
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
ytd-app[darker-dark-theme] {
    background: #212121;
}
html[darker-dark-theme][dark] {
    background-color: #212121!important;
}
html[dark],
[dark] {
    --yt-spec-base-background: #212121;
}
#container.ytd-masthead {
    height: 70px;
}
#background.ytd-masthead {
    height: 70px;
}
ytd-guide-entry-renderer {
    margin-bottom: 5px;
}
ytd-search[has-search-header] #header.ytd-search {
    margin-top: 16px !important;
}
ytd-masthead[frosted-glass=with-chipbar] #background.ytd-masthead {
    background: #212121d5;
    height: 125px;
}
ytd-masthead[frosted-glass=without-chipbar] #background.ytd-masthead {
    background: #212121d5;
}
#end.ytd-masthead {
    min-width: 225px;
    align-items: center;
    justify-content: end;
    flex: auto;
}
#guide-spacer.ytd-app {
    margin-top: 60px;
}
ytd-search-header-renderer[has-chip-bar] {
    height: 64px;
}
ytd-shorts #back-nav-button.ytd-shorts {
    margin-top: 6px;
}
.navigation-button.ytd-shorts {
    padding: var(--ytd-margin-4x) var(--ytd-margin-4x);
}
#contentContainer.tp-yt-app-header {
    margin-top: 15px;
}
#big-yoodle.ytd-rich-grid-renderer {
    margin-top: 18px;
}
#tabs-container.ytd-c4-tabbed-header-renderer {
    height: 49px;
}

}

Reviews

No reviews yet.