Skip to content

Commit

Permalink
Add mobile layout for error screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Jan 3, 2022
1 parent 9c1cce9 commit 5dcf933
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions src/UI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,13 @@
}
}
}
@media screen and (max-width: 360px) {
.volSliderBox {
width: 80px;
left: 110px;
}
}
@media screen and (max-width: 340px) {
.volSliderBox {
width: 60px;
left: 100px;
}
}
}

@media screen and (max-width: 375px) {
.stroeer-videoplayer .stroeer-videoplayer-ui .error {
font-size: 13px;
svg {
height: 121px;
}
}
}

0 comments on commit 5dcf933

Please sign in to comment.