Skip to content

Revert YouTube search suggestions size by Sv443

Screenshot of Revert YouTube search suggestions size

Details

AuthorSv443

LicenseMIT

Categoryyoutube.com

Created

Updated

Size418 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reverts YouTube search suggestions to their original size (from 52px back to 35px)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Revert YouTube search suggestions size
@namespace      github.com/Sv443
@version        1.0.1
@description    Reverts YouTube search suggestions to their original size (from 52px back to 35px)
@author         Sv443
@license        MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .ytSuggestionComponentSuggestion {
        height: 35px !important;
    }
}

Reviews

No reviews yet.