We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36850af commit eb38009Copy full SHA for eb38009
make-twitch-clips-720p.user.css
@@ -0,0 +1,14 @@
1
+/* ==UserStyle==
2
+@name Make Twitch clips 720p
3
+@namespace github.com/SpeedyFolf
4
+@version 1.0.0
5
+@description Makes the video player on the Twitch clips page exactly 1280x720
6
+@author SpeedyFolf
7
+@homepageURL https://github.com/SpeedyFolf/usercss
8
+@supportURL https://github.com/SpeedyFolf/usercss/issues
9
+@updateURL https://raw.githubusercontent.com/SpeedyFolf/usercss/master/make-twitch-clips-720p.user.css
10
+==/UserStyle== */
11
+
12
+@-moz-document url-prefix("https://clips.twitch.tv/") {
13
+.clips-watch { max-width: 1620px; }
14
+}
0 commit comments