Skip to content

Commit 2bc246d

Browse files
committed
1.9.1 - Small UI fixes
1 parent c7b79d5 commit 2bc246d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ a:active {
193193
left: calc(-40% + var(--menu-diff));
194194
}
195195

196-
@media screen and (max-width: 1600px) and (min-width: 992px) {
196+
@media screen and (max-width: 1200px) and (min-width: 992px) {
197197
.col-2, .col-3 {
198198
width: calc(50% - var(--menu-diff));
199199
}
@@ -1694,7 +1694,7 @@ iframe {
16941694
top: 0;
16951695
}
16961696

1697-
@media screen and (max-width: 1600px) and (min-width: 992px) {
1697+
@media screen and (max-width: 1400px) and (min-width: 992px) {
16981698
#feed-video-list.grid-list .video-item {
16991699
width: calc(50% - 10px);
17001700
}

scss/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
width: calc(60% - var(--menu-diff));
2424
left: calc(-40% + var(--menu-diff));
2525
}
26-
@media screen and (max-width: 1600px) and (min-width: 992px) {
26+
@media screen and (max-width: 1200px) and (min-width: 992px) {
2727
&-2,
2828
&-3 {
2929
width: calc(50% - var(--menu-diff));

scss/_videos.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ iframe {
451451
top: 0;
452452
}
453453
}
454-
@media screen and (max-width: 1600px) and (min-width: 992px) {
454+
@media screen and (max-width: 1400px) and (min-width: 992px) {
455455
width: calc(50% - 10px);
456456
}
457457
@media screen and (max-width: 991px) {

src/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ a:active {
193193
left: calc(-40% + var(--menu-diff));
194194
}
195195

196-
@media screen and (max-width: 1600px) and (min-width: 992px) {
196+
@media screen and (max-width: 1200px) and (min-width: 992px) {
197197
.col-2, .col-3 {
198198
width: calc(50% - var(--menu-diff));
199199
}
@@ -1694,7 +1694,7 @@ iframe {
16941694
top: 0;
16951695
}
16961696

1697-
@media screen and (max-width: 1600px) and (min-width: 992px) {
1697+
@media screen and (max-width: 1400px) and (min-width: 992px) {
16981698
#feed-video-list.grid-list .video-item {
16991699
width: calc(50% - 10px);
17001700
}

0 commit comments

Comments
 (0)