Chanel.css
1.58 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.chanel {
display: flex;
align-items: center;
flex-direction: row;
padding-left: 10px;
height: 100px;
background-color: #0e0e10;
padding-left: 10px;
}
.chanel__url {
display: flex;
align-items: center;
flex-grow: 1;
text-decoration: none;
font-size: 14px;
color:white;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 20px;
}
.chanel__box {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.chanel__box > input {
margin-right: 10px;
}
.chanel__info {
width: 5vw;
margin-right: 20px;
}
.chanel__name {
align-content: center;
font-size: 16px;
}
.chanel__game {
font-size: 12px;
color: gray;
}
.chanel__view {
margin-left: 15px;
margin-right: 5px;
width: 4vw;
text-align: right;
}
.chanel__thumbnail {
height: 25px;
width: 25px;
border-radius: 70%;
overflow: hidden;
margin-right: 30px;
background-color: white;
}
.chanel__icon {
height: 25px;
width: 25px;
border-radius: 70%;
overflow: hidden;
margin-right: 30px;
}
.chanel__list {
display: flex;
flex-grow: 1;
flex-direction: column;
flex: 0.2;
padding-right: 10px;
min-width: 300px;
height: 100vh;
color: white;
background-color: #0e0e10;
}
.chanel__list > ul {
list-style: none;
overflow: auto;
padding-top: 50px;
}
.chanel__list > ul > li > hr {
border: 2px solid #282828;
}
.chanel__list > strong {
padding: 25px;
width: 17%;
background-color: #0e0e0e;
font-size: 20px;
position: fixed;
}