Added wobble prevention CSS and loading text
This commit is contained in:
@@ -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 <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 <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 <i class="fas fa-sync fa-spin"></i></a></span>'
|
||||||
|
|
||||||
stylesheet:
|
stylesheet:
|
||||||
- 'assets/custom.css'
|
- 'assets/custom.css'
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user