Loginbutton now shows a warning if the API is offline, fix #880

This commit is contained in:
Pieter Vander Vennet 2023-01-06 03:32:17 +01:00
parent 29b0b2871b
commit e4c586ef99
3 changed files with 69 additions and 18 deletions

View file

@ -1382,6 +1382,10 @@ video {
border-bottom-width: 1px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-dotted {
border-style: dotted;
}
@ -1561,6 +1565,10 @@ video {
padding-right: 0.5rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-5 {
padding-left: 1.25rem;
}