-
Notifications
You must be signed in to change notification settings - Fork 4
/
MMM-YT-SubCount.css
62 lines (54 loc) · 954 Bytes
/
MMM-YT-SubCount.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
60
61
62
/*
*
* MMM-YT-SubCount
*
* Cedrik Hoffmann
* MIT Licensed.
*
* Custom here your css module
*
*/
#mmm-yt-subcount-root {
padding: -1em;
margin: -1em;
}
#mmm-yt-subcount-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
text-align: left;
}
#mmm-yt-subcount-content {
text-align: right;
}
#mmm-yt-subcount-container img {
border-radius: 50%;
transform: scale(0.8, 0.8);
}
#mmm-yt-subcount-title {
margin-top: 0.5em;
padding-top: -1em;
margin-bottom: -1em;
padding-bottom: -1em;
font-weight: bold;
font-size: 25px;
}
#mmm-yt-subcount-count {
margin-top: 0.5em;
padding-top: -1em;
margin-bottom: -1em;
padding-bottom: -1em;
font-size: 23px;
}
#mmm-yt-subcount-count p {
margin-top: 0.5em;
padding-top: -1em;
margin-bottom: -1em;
padding-bottom: -1em;
font-size: 23px;
}
#mmm-yt-subcount-views p {
margin-top: 0.5em;
font-size: 23px;
}