X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-notifications%2Fmy-account-notifications.component.scss;fp=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-notifications%2Fmy-account-notifications.component.scss;h=035fa2b27ecb5d654e54656f704862553e3ce8a9;hb=225a7682e68d81c3c90ff50e704db4ab5f81a341;hp=d586eeb0d724bb4721c6e3930dc9e13580242ab7;hpb=66927c0588b050f23ad3f98d62b48307bc7e79e7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss index d586eeb0d..035fa2b27 100644 --- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss +++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.scss @@ -32,8 +32,40 @@ my-user-notifications { .header { flex-direction: column; - & >:first-child { + & >:first-child, .peertube-select-container { margin-bottom: 15px; } + + .peertube-select-container { + margin-left: 0 !important; + } + } +} + +@media screen and (min-width: $mobile-view) and (max-width: $small-view) { + .header { + a { + font-size: 0; + padding: 0 13px; + } + + .peertube-select-container { + width: auto !important; + } + } +} + +@media screen and (min-width: $mobile-view) and (max-width: #{$small-view + $menu-width}) { + :host-context(.main-col:not(.expanded)) { + .header { + a { + font-size: 0; + padding: 0 13px; + } + + .peertube-select-container { + width: auto !important; + } + } } }