margin: 20px 0 50px;
}
-@media screen and (max-width: 800px) {
+@media screen and (max-width: $small-view) {
.video-channels-header {
text-align: center;
}
}
}
-@media screen and (max-width: 800px) {
+@media screen and (max-width: $small-view) {
.video-playlists-header {
text-align: center;
}
}
}
- @media screen and (max-width: 500px) {
+ @media screen and (max-width: $mobile-view) {
width: auto;
}
}
}
}
- @media screen and (max-width: 500px) {
+ @media screen and (max-width: $mobile-view) {
width: 70px;
.peertube-title {
+@import '_variables';
@import '_mixins';
.cfp-hotkeys-container {
cursor: pointer;
}
-@media all and (max-width: 500px) {
+@media all and (max-width: $mobile-view) {
.cfp-hotkeys {
font-size: 0.8em;
}
color: var(--mainForegroundColor);
}
- @media screen and (max-width: 500px) {
+ @media screen and (max-width: $mobile-view) {
margin-right: 15px;
}
}
width: $video-miniature-width * 2;
}
- @media screen and (max-width: 500px) {
+ @media screen and (max-width: $mobile-view) {
width: auto;
margin: 0 !important;