Skip to content

Commit eb38009

Browse files
authored
Create make-twitch-clips-720p.user.css
1 parent 36850af commit eb38009

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

make-twitch-clips-720p.user.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)