mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
add support for 2560px screens
Signed-off-by: Ashley <iamashley@duck.com>
This commit is contained in:
parent
43acfe3352
commit
8d8a472cc5
1 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2560px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 132em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2600px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 134em;
|
||||
|
|
Loading…
Reference in a new issue