-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyoutube-big-text-v2.user.css
48 lines (41 loc) · 1.13 KB
/
youtube-big-text-v2.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
/* ==UserStyle==
@name YouTube - Big Text V2
@description Increases YouTube's font size; useful when watching from a distance.
@version 2024.04.06.18.53
@author MetalTxus
@namespace https://github.com/jesuscc1993/
@license CC BY-SA 4.0
@preprocessor stylus
@var text font-size "Base font size" 16px
==/UserStyle== */
@-moz-document domain("youtube.com") {
html {
font-size: font-size !important;
}
#content-text.ytd-comment-view-model,
.yt-spec-button-shape-next--size-m {
font-size: 1.4rem;
line-height: 1.25;
}
.yt-spec-button-shape-next--size-m,
ytd-author-comment-badge-renderer {
height: auto;
border-radius: 99px;
}
#time-status.ytd-thumbnail-overlay-time-status-renderer,
#time-status,
yt-chip-cloud-chip-renderer {
height: auto;
}
#text.ytd-thumbnail-overlay-time-status-renderer {
max-height: none;
}
.yt-spec-button-shape-next--size-m .yt-spec-button-shape-next__icon {
--size: 2rem;
&,
> yt-icon {
width: var(--size) !important;
height: var(--size) !important;
}
}
}