aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/account-video-channels/account-video-channels.component.scss')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
index 832ddf973..11ed4c3b1 100644
--- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
+++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
@@ -77,10 +77,8 @@ my-subscribe-button {
77 display: flex; 77 display: flex;
78 grid-column: 1 / 3; 78 grid-column: 1 / 3;
79 grid-row: 2; 79 grid-row: 2;
80 margin-top: 30px;
81 80
82 position: relative; 81 position: relative;
83 overflow: hidden;
84 82
85 my-video-miniature { 83 my-video-miniature {
86 @include margin-right(15px); 84 @include margin-right(15px);
@@ -94,6 +92,11 @@ my-subscribe-button {
94 } 92 }
95} 93}
96 94
95.videos-overflow-workaround {
96 margin-top: 30px;
97 overflow-x: hidden;
98}
99
97.miniature-show-channel { 100.miniature-show-channel {
98 height: 100%; 101 height: 100%;
99 position: absolute; 102 position: absolute;
@@ -112,7 +115,7 @@ my-subscribe-button {
112 display: none; 115 display: none;
113} 116}
114 117
115@media screen and (max-width: $mobile-view) { 118@include on-small-main-col {
116 .channel { 119 .channel {
117 padding: 15px; 120 padding: 15px;
118 } 121 }