Fix responsive in my channel/my videos pages

pull/777/merge
Chocobozzz 2018-07-16 15:17:50 +02:00
parent ac862a8c20
commit f2bbd1e1b1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 16 additions and 2 deletions

View File

@ -56,11 +56,19 @@
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.video-channels-header {
text-align: center;
}
.video-channel { .video-channel {
flex-direction: column; flex-direction: column;
height: auto; height: auto;
text-align: center; text-align: center;
.video-channel-names {
justify-content: center;
}
img { img {
margin-right: 0; margin-right: 0;
} }

View File

@ -100,6 +100,10 @@
height: auto; height: auto;
text-align: center; text-align: center;
.video-info-name {
margin: auto;
}
input[type=checkbox] { input[type=checkbox] {
display: none; display: none;
} }

View File

@ -411,9 +411,11 @@
@include orange-button; @include orange-button;
.icon.icon-add { .icon.icon-add {
@include icon(22px); @include icon(20px);
margin-right: 3px; position: relative;
top: -1px;
margin-right: 5px;
background-image: url($imageUrl); background-image: url($imageUrl);
} }
} }