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) {
.video-channels-header {
text-align: center;
}
.video-channel {
flex-direction: column;
height: auto;
text-align: center;
.video-channel-names {
justify-content: center;
}
img {
margin-right: 0;
}

View File

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

View File

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