mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-19 22:50:28 +00:00
Added fade-in for images
This commit is contained in:
@@ -205,6 +205,12 @@ main {
|
||||
#game-grid .mdl-card img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
transition: opacity .3s;
|
||||
z-index: -1;
|
||||
}
|
||||
#game-grid .mdl-card img.fade-in {
|
||||
opacity: 1;
|
||||
}
|
||||
#game-grid .game-title {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user