disable window transition

This commit is contained in:
thecozies 2024-03-11 09:09:50 -05:00
parent 38680d7171
commit d02e414abf
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,11 +16,9 @@ body
.rmlui-window {
opacity: 1;
transition: opacity 0.1s quadratic-in-out;
&--hidden {
opacity: 0;
transition: none;
}
&:not([mouse-active]) {