aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.scss')
-rw-r--r--client/src/app/+video-channels/video-channels.component.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss
index a8e823b40..0a49f53cf 100644
--- a/client/src/app/+video-channels/video-channels.component.scss
+++ b/client/src/app/+video-channels/video-channels.component.scss
@@ -67,3 +67,16 @@
67 height: min-content; 67 height: min-content;
68 } 68 }
69} 69}
70
71@media screen and (max-width: $mobile-view) {
72 .sub-menu {
73 .actor {
74 flex-direction: column;
75
76 .actor-info .actor-names {
77 flex-direction: column;
78 align-items: normal;
79 }
80 }
81 }
82}