Added wobble prevention CSS and loading text

This commit is contained in:
2022-05-10 03:58:19 +02:00
parent c8a0e2b6a8
commit 71b3f6e20e
2 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ message:
icon: 'fa fa-info' icon: 'fa fa-info'
header: false header: false
footer: '<span class="footer-el"><a href="https://marvinscham.de" target="_blank">Made with&nbsp;<i class="far fa-heart"></i> by <div class="ms-img"></div></a></span><span class="footer-el"><a id="keycloak-footer" href="https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://schmökerei.de"><i class="fas fa-sync fa-spin"></i></a></span>' footer: '<span class="footer-el"><a href="https://marvinscham.de" target="_blank">Made with&nbsp;<i class="far fa-heart"></i> by <div class="ms-img"></div></a></span><span class="footer-el"><a id="keycloak-footer" href="https://auth.xn--schmkerei-37a.de/realms/schmoekerei/protocol/openid-connect/auth?client_id=homer&response_type=code&redirect_uri=https://schmökerei.de">Lade Login-Info&nbsp;<i class="fas fa-sync fa-spin"></i></a></span>'
stylesheet: stylesheet:
- 'assets/custom.css' - 'assets/custom.css'

View File

@@ -173,6 +173,10 @@ body .footer .footer-el:first-child {
color: #e21c1b; color: #e21c1b;
} }
.footer i.fa-sync {
font-size: 16px;
}
.footer img { .footer img {
position: relative; position: relative;
opacity: 0.6; opacity: 0.6;