Fixes a YouTube video's views and upload date being cut off by the video action bar. It only took 1 line of CSS, Google needs to get their act together lol.
YouTube: fix views and upload date cutoff by tomrr6
Details
Authortomrr6
LicenseNo License
Categoryyoutube
Created
Updated
Size462 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
made a mistake when uploading. this should work now
Source code
/* ==UserStyle==
@name YouTube: fix views and upload date cutoff
@namespace Youtube.com
@version 1.0.0
@description Fixes a YouTube video's views and upload date being cut off by the video action bar. It only took 1 line of CSS, Google needs to get their act together lol
@author tomrr6
==/UserStyle== */
@-moz-document domain("youtube.com") {
#info.ytd-video-primary-info-renderer {
flex-wrap: wrap;
}
}