-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitch.user.css
59 lines (56 loc) · 1.45 KB
/
twitch.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* ==UserStyle==
@name Twitch Compact
@namespace github.com/openstyles/stylus
@version 1.0.5
@description Twitch Compact
@author AytacKydln@github
@homepageURL https://github.com/Aytackydln/MyUsercss
@updateURL https://aytackydln.github.io/MyUsercss/twitch.user.css
==/UserStyle== */
@-moz-document domain("twitch.tv") {
.chat-line__message,
.vod-message {
padding: .5rem 0;
border: 0;
width: 100%;
}
.tw-root--theme-dark .tw-border-l {
border-left: 0px!important;
}
/* non-theatre */
.channel-root__right-column { /* .right-column--theatre */
width: 30rem!important;
}
.persistent-player {
max-width: calc(100% - 30rem) !important;
}
.right-column.tw-relative .channel-root__right-column {
transform: translateX(-30rem) translateZ(0px)!important;
}
/* theatre */
.persistent-player--theatre {
width: calc(100% - 30rem + 10px) !important;
}
.right-column--theatre {
width: 30rem!important;
}
/* chat */
.tw-pd-x-1 {
padding: 0!important;
}
.vod-message__header {
display: none!important;
}
.tw-c-text-alt-2 > tw-mg-x-05 {
display: block!important;
}
.channel-points-reward-line {
padding: 0;
}
.chat-shell__expanded {
min-width: 30rem;
}
.chat-line__message-container {
width: 100%!important;
}
}