mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
CLOUD: Fix gradient on LocalWebserver's pages
It was starting over every 100vh (each screen).
This commit is contained in:
parent
35b2471290
commit
12518ed0bf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
html {
|
||||
background: rgb(212, 117, 11);
|
||||
background: linear-gradient(to bottom, rgb(212, 117, 11) 0%, rgb(212, 117, 11) 36%, rgb(239, 196, 24) 100%);
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
Loading…
Reference in New Issue
Block a user