mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix for iPhone 6/7 Plus
Changed the max-device-width from 400px to 450px so it adjusts to the iPhone 6/7 Plus screen and doesn't leave a gap on the right of the screen.
This commit is contained in:
parent
95ce293169
commit
bce965b402
1 changed files with 1 additions and 1 deletions
|
@ -2662,7 +2662,7 @@ a .home-platforms-list-cover-face:hover
|
|||
|
||||
@media only screen
|
||||
and (min-device-width: 300px)
|
||||
and (max-device-width: 400px) {
|
||||
and (max-device-width: 450px) {
|
||||
.home-platforms-instance {
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue