From 4703574ebf54e269c19a0c4c8a5061e35b9727c6 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 1 Feb 2023 16:45:37 +0100 Subject: added update button to modlist I also made mods with updates be placed in the top of the modlist. --- src/app/css/grid.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/app/css') diff --git a/src/app/css/grid.css b/src/app/css/grid.css index 6622762..cf86660 100644 --- a/src/app/css/grid.css +++ b/src/app/css/grid.css @@ -15,6 +15,13 @@ transition: 0.15s ease-in-out; } +.grid .el.no-animation, +.popup .misc.no-animation, +.popup .loading.no-animation { + opacity: 1.0; + animation-name: none; +} + .grid .el, .popup #search, .popup #close, .popup .misc button, .option .actions select, .option .actions input { -- cgit v1.2.3