Skip to content

YT shorts comment input fix by nanopi

Details

Authornanopi

LicenseCC Zero

Categorywww.youtube.com

Created

Updated

Size561 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The part where you write your comment on shorts in the desktop web browser is supposed to grow so that you can click Cancel or Comment.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YT shorts comment input fix
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    The part where you write your comment on shorts in the desktop web browser is supposed to grow and also move up so that you can click Cancel or Comment. It's now moved to the top.
@author         NanoPi
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/shorts/") {
    ytd-item-section-renderer[static-comments-header] {
        flex-direction: column;
        justify-content: flex-start;
    }
}

Reviews

No reviews yet.