mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 17:03:44 +00:00
improve responsive mode :3
This commit is contained in:
@@ -54,13 +54,13 @@
|
||||
|
||||
@media screen and (min-width: 1450px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 63em;
|
||||
width: 62.8em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1500px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 66.08em;
|
||||
width: 65.8em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* //////////////////////////////////////////////////////////////////////////////////////// */
|
||||
@media screen and (min-width: 2000px) {
|
||||
.video-info-panel.gradient {
|
||||
width: 97.3em;
|
||||
|
||||
Reference in New Issue
Block a user