minimize disconnection modal

This commit is contained in:
2023-01-25 21:00:34 -05:00
committed by oliviasculley
parent 469428c007
commit 27af5acf8b
4 changed files with 12 additions and 33 deletions

View File

@ -25,12 +25,13 @@ $fa-font-path: "@fortawesome/fontawesome-free/webfonts";
100% { scale: 1.0; opacity: 1; }
}
.phx-connected > #disconnect, #loading {
// disconnect toast
.phx-connected > #disconnect {
opacity: 0 !important;
pointer-events: none;
}
.phx-loading:not(.phx-error) > #loading, .phx-error > #disconnect {
.phx-error > #disconnect {
opacity: 0.95 !important;
}