]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.scss
harmonize search for libraries
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / +my-account-video-channels / my-account-video-channels.component.scss
CommitLineData
08c1efbe
C
1@import '_variables';
2@import '_mixins';
3
4.create-button {
457bb213 5 @include create-button;
08c1efbe
C
6}
7
4f5d0459
RK
8input[type=text] {
9 @include peertube-input-text(300px);
10}
11
03652b31 12::ng-deep .action-button {
8165d00a 13 &.action-button-edit {
08c1efbe
C
14 margin-right: 10px;
15 }
16}
17
18.video-channel {
22a16e36 19 @include row-blocks;
8165d00a 20 padding-bottom: 0;
08c1efbe
C
21
22 img {
23 @include avatar(80px);
24
25 margin-right: 10px;
26 }
27
28 .video-channel-info {
29 flex-grow: 1;
30
31 a.video-channel-names {
32 @include disable-default-a-behaviour;
33
8a19bee1 34 width: fit-content;
08c1efbe 35 display: flex;
8a19bee1 36 align-items: baseline;
e66883b3 37 color: pvar(--mainForegroundColor);
08c1efbe
C
38
39 .video-channel-display-name {
40 font-weight: $font-semibold;
41 font-size: 18px;
42 }
43
44 .video-channel-name {
45 font-size: 14px;
22a16e36 46 color: $grey-actor-name;
8a19bee1 47 margin-left: 5px;
08c1efbe 48 }
f37dc0dd
C
49
50 .video-channel-followers {
51
52 }
08c1efbe
C
53 }
54 }
55
56 .video-channel-buttons {
8a3183e5 57 margin-top: 10px;
08c1efbe
C
58 min-width: 190px;
59 }
60}
61
8165d00a
RK
62::ng-deep .chartjs-render-monitor {
63 position: relative;
64 top: 1px;
65}
66
ece3029b 67@media screen and (max-width: $small-view) {
f2bbd1e1
C
68 .video-channels-header {
69 text-align: center;
70 }
71
08c1efbe 72 .video-channel {
4682468d
K
73 padding-bottom: 10px;
74
75 .video-channel-info {
76 padding-bottom: 10px;
77 text-align: center;
78
79 .video-channel-names {
80 flex-direction: column;
81 align-items: center !important;
82 margin: auto;
8a3183e5
K
83
84 .video-channel-name {
85 margin-left: 0px !important;
86 }
4682468d 87 }
f2bbd1e1
C
88 }
89
08c1efbe
C
90 img {
91 margin-right: 0;
92 }
93
94 .video-channel-buttons {
8a3183e5
K
95 align-self: center;
96 }
97 }
98}
99
100@media screen and (min-width: breakpoint(lg)) {
101 :host-context(.main-col:not(.expanded)) {
102 .video-channel-buttons {
103 float: right;
104 }
105 }
106}
107
108@media screen and (min-width: $small-view) {
109 :host-context(.expanded) {
110 .video-channel-buttons {
111 float: right;
08c1efbe
C
112 }
113 }
114}