]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+video-channels/video-channels.component.scss
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
4beda9e1 3@use '_account-channel-page' as *;
8cbc40b2 4@use '_miniature' as *;
170726f5 5
60c35932 6.root {
900f7820 7 --myGlobalTopPadding: 60px;
60c35932
C
8 --myChannelImgMargin: 30px;
9 --myFontSize: 16px;
10 --myGreyChannelFontSize: 16px;
11 --myGreyOwnerFontSize: 14px;
12}
22a16e36 13
02dd4f3c
C
14.banner {
15 @include block-ratio('img', $banner-inverted-ratio);
16}
17
60c35932 18.section-label {
67264e06 19 @include section-label-responsive;
60c35932
C
20}
21
22.links {
0f7407d9 23 @include grid-videos-miniature-margins;
60c35932
C
24}
25
fcd8d3e0
C
26.actor-info {
27 min-width: 1px;
28 width: 100%;
29
30 > h4,
31 > .actor-handle {
32 @include ellipsis;
33 }
34}
35
60c35932 36.channel-info {
0f7407d9 37 @include grid-videos-miniature-margins(false, 15px);
900f7820 38
60c35932
C
39 display: grid;
40 grid-template-columns: 1fr auto;
41 grid-template-rows: auto auto;
42
43 background-color: pvar(--channelBackgroundColor);
44 margin-bottom: 45px;
900f7820 45 padding-top: var(--myGlobalTopPadding);
60c35932
C
46 font-size: var(--myFontSize);
47}
48
49.channel-avatar-row {
67264e06 50 @include avatar-row-responsive(var(--myChannelImgMargin), var(--myGreyChannelFontSize));
aa0f1963
RK
51}
52
100d9ce2
C
53.support-button {
54 @include button-with-icon(21px, 0, -1px);
55}
56
60c35932
C
57.channel-description {
58 grid-column: 1;
733dbc53 59 word-break: break-word;
1748e92a 60 padding-bottom: var(--myGlobalTopPadding);
d39db21a
RK
61}
62
60c35932 63.show-more {
67264e06
C
64 @include show-more-description;
65
60c35932 66 display: none;
60c35932
C
67}
68
60c35932 69.channel-buttons {
aa0f1963 70 display: flex;
60c35932
C
71 flex-wrap: wrap;
72
73 > *:not(:last-child) {
27bc9586 74 @include margin-right(15px);
60c35932
C
75 }
76}
77
78.channel-buttons.right {
27bc9586 79 @include margin-left(45px);
60c35932
C
80}
81
82// Only used by mobile
83.channel-buttons.bottom {
84 display: none;
85}
86
60c35932 87.owner-card {
27bc9586 88 @include margin-left(105px);
60c35932
C
89 grid-column: 2;
90 // Takes all the column
91 grid-row: 1 / 3;
92 place-self: end;
93}
94
95// Only used on mobile
96.bottom-owner {
97 display: none;
98}
99
100.owner-block {
101 background-color: pvar(--mainBackgroundColor);
102 padding: 30px;
103 width: 300px;
104 font-size: var(--myFontSize);
105
106 .avatar-row {
107 display: flex;
108 margin-bottom: 15px;
109
60c35932 110 .actor-info {
27bc9586 111 @include margin-left(15px);
60c35932
C
112 }
113
114 h4 {
115 font-size: 18px;
116 margin: 0;
733dbc53
C
117
118 a {
119 color: pvar(--mainForegroundColor);
120 }
60c35932
C
121 }
122
123 .actor-handle {
124 font-size: var(--myGreyOwnerFontSize);
125 color: pvar(--greyForegroundColor);
126 }
4428ad54
C
127
128 .account-avatar {
129 @include actor-avatar-size(48px);
130 }
60c35932
C
131 }
132
133 .owner-description {
931d3430
C
134 @include fade-text(120px, pvar(--mainBackgroundColor));
135
4e6276c4 136 max-height: 140px;
733dbc53 137 word-break: break-word;
60c35932
C
138 }
139}
140
141.view-account.short {
142 @include peertube-button-link;
143 @include orange-button-inverted;
144
145 margin-top: 30px;
146}
147
148.view-account.complete {
149 display: none;
150}
151
152.copy-button {
931d3430 153 border: 0;
60c35932
C
154}
155
156@media screen and (max-width: 1400px) {
157 // Takes all the row width
158 .channel-avatar-row {
159 grid-column: 1 / 3;
160 }
161
162 .owner-card {
27bc9586
C
163 @include margin-left(60px);
164
60c35932 165 grid-row: 2;
60c35932
C
166 }
167}
168
169@media screen and (max-width: 1100px) {
170 .root {
900f7820 171 --myGlobalTopPadding: 45px;
60c35932
C
172 --myChannelImgMargin: 15px;
173 }
174
175 .channel-info {
176 display: flex;
177 flex-direction: column;
178 margin-bottom: 0;
179 }
180
181 .channel-description:not(.expanded) {
60c35932 182 @include fade-text(30px, pvar(--channelBackgroundColor));
931d3430
C
183
184 max-height: 70px;
60c35932
C
185 }
186
187 .show-more {
188 display: inline-block;
189 }
190
191 .channel-buttons.bottom {
192 display: flex;
193 justify-content: center;
194 margin-bottom: 30px;
195 }
196
197 .channel-buttons.right {
198 display: none;
199 }
200
201 .owner-card {
202 display: none;
203 }
aa0f1963 204
60c35932
C
205 .bottom-owner {
206 display: block;
207 width: 100%;
208 border-bottom: 2px solid $separator-border-color;
900f7820 209 padding: var(--myGlobalTopPadding) 45px;
60c35932
C
210 margin-bottom: 60px;
211 }
9b8a7aa8 212
60c35932
C
213 .owner-block {
214 display: grid;
215 width: 100%;
216 padding: 0;
947d0102 217
60c35932 218 .avatar-row {
27bc9586
C
219 @include margin-right(30px);
220
60c35932 221 grid-column: 1;
60c35932
C
222 }
223
224 .owner-description {
931d3430
C
225 @include fade-text(30px, pvar(--mainBackgroundColor));
226
60c35932
C
227 grid-column: 2;
228 max-height: 70px;
60c35932
C
229 }
230
231 .view-account {
232 grid-column: 2;
947d0102
RK
233 }
234 }
235
60c35932 236 .view-account.complete {
733dbc53 237 display: block;
27bc9586 238 text-align: end;
60c35932
C
239 margin-top: 10px;
240 color: pvar(--mainColor);
aa0f1963
RK
241 }
242
60c35932
C
243 .view-account.short {
244 display: none;
aa0f1963 245 }
4c1c1709 246}
4682468d
K
247
248@media screen and (max-width: $mobile-view) {
60c35932 249 .root {
900f7820 250 --myGlobalTopPadding: 15px;
60c35932
C
251 --myFontSize: 14px;
252 --myGreyChannelFontSize: 13px;
253 --myGreyOwnerFontSize: 13px;
254 }
255
256 .links {
257 margin: auto !important;
258 width: min-content;
259 }
260
60c35932
C
261 .show-more {
262 margin-bottom: 30px;
263 }
4682468d 264
60c35932
C
265 .bottom-owner {
266 padding: 15px;
267 margin-bottom: 30px;
268
269 .section-label {
270 display: none;
271 }
272 }
273
274 .owner-block {
275 display: block;
276
277 .avatar-row {
278 display: flex;
279 flex-direction: row-reverse;
280 margin: 0;
281
282 h4 {
283 font-size: 16px;
284 }
285
286 .actor-info {
287 display: flex;
4682468d 288 flex-direction: column;
60c35932
C
289 align-items: flex-end;
290 justify-content: flex-end;
291 margin-top: -5px;
292 }
293
746018f6
C
294 .account-avatar {
295 @include actor-avatar-size(64px);
60c35932
C
296
297 margin: -30px 0 0 15px;
4682468d
K
298 }
299 }
60c35932
C
300
301 .owner-description {
302 display: none;
303 }
4682468d
K
304 }
305}