aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-03 13:55:48 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-03 16:52:40 +0200
commitd607fc24631808fc70ce9fb8ddc323d8f856f8ed (patch)
tree706429e5e375f3ec6bedf9b6369e90fa117b2eac /client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
parentb12ce2b8511039968faabe5a9eeee60ab36521eb (diff)
downloadPeerTube-d607fc24631808fc70ce9fb8ddc323d8f856f8ed.tar.gz
PeerTube-d607fc24631808fc70ce9fb8ddc323d8f856f8ed.tar.zst
PeerTube-d607fc24631808fc70ce9fb8ddc323d8f856f8ed.zip
Fix regressions sub-menu titles on mobile-view
Diffstat (limited to 'client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss18
1 files changed, 14 insertions, 4 deletions
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
index 884959070..5ead45dd8 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
@@ -45,11 +45,11 @@ input[type=text] {
45 } 45 }
46} 46}
47 47
48@media screen and (max-width: $small-view) { 48.video-subscriptions-header {
49 .video-channels-header { 49 margin-bottom: 30px;
50 text-align: center; 50}
51 }
52 51
52@media screen and (max-width: $small-view) {
53 .video-channel { 53 .video-channel {
54 .video-channel-info { 54 .video-channel-info {
55 padding-bottom: 10px; 55 padding-bottom: 10px;
@@ -68,4 +68,14 @@ input[type=text] {
68 } 68 }
69} 69}
70 70
71@media screen and (max-width: $mobile-view) {
72 .video-subscriptions-header {
73 flex-direction: column;
74
75 input[type=text] {
76 width: 100% !important;
77 }
78 }
79}
80
71 81