Skip to content

youtube.com toolbar shrink height by iav

Details

Authoriav

LicenseCC-BY-1.0

Categoryyoutube.com

Created

Updated

Code size433 B

Code checksum9299cab7

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

reduce heigh of youtube toolbar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube.com toolbar shrink height
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    reduce heigh of youtube toolbar
@author         shtripok
@license        CC-BY-1.0
==/UserStyle== */

@-moz-document domain("youtube.com") {
#background.ytd-masthead {
    height: 20px;
}

#container.ytd-searchbox {
    margin-left: 5px;
}

html {
    --ytd-toolbar-height: 26px;
}
}

Reviews

No reviews yet.