Fix responsive in my channel/my videos pages
This commit is contained in:
parent
ac862a8c20
commit
f2bbd1e1b1
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -100,6 +100,10 @@
|
|||
height: auto;
|
||||
text-align: center;
|
||||
|
||||
.video-info-name {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue