Skip to content

Commit

Permalink
Update all Watch breakpoints to 1050px from 900px
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Jan 31, 2024
1 parent 45c135b commit 1088bb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/renderer/views/Watch/Watch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: inline-block;
max-inline-size: calc(80vh * 1.78);

@media only screen and (min-width: 901px) {
@media only screen and (min-width: 1051px) {
inline-size: 300%;
}
}
Expand Down Expand Up @@ -99,7 +99,7 @@
.sidebarArea {
grid-area: sidebar;

@media only screen and (min-width: 901px) {
@media only screen and (min-width: 1051px) {
min-inline-size: 380px;
}

Expand Down Expand Up @@ -135,7 +135,7 @@
margin-block: 0 16px;
margin-inline: 0;

@media only screen and (min-width: 901px) {
@media only screen and (min-width: 1051px) {
margin-block: 0 16px;
margin-inline: 8px;
}
Expand All @@ -145,7 +145,7 @@
@include theatre-mode-template;
}

@media only screen and (min-width: 901px) {
@media only screen and (min-width: 1051px) {
&.useTheatreMode {
@include theatre-mode-template;
}
Expand All @@ -155,7 +155,7 @@
@include single-column-template;
}

@media only screen and (min-width: 901px) {
@media only screen and (min-width: 1051px) {
.infoArea {
scroll-margin-block-start: 76px;
}
Expand Down

0 comments on commit 1088bb5

Please sign in to comment.