CSS adjustments

This commit is contained in:
Fabio Manganiello 2022-05-01 15:44:57 +02:00
parent dd12d57552
commit e8f4b7c10e
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default {
.loading {
position: absolute;
bottom: 0;
transform: translate(50%, -50%);
transform: translate(0%, -50%);
width: 1em;
height: 1em;
}

View File

@ -6,6 +6,9 @@
flex-direction: column;
.head {
height: 100%;
display: flex;
align-items: center;
padding: 0.75em 0.25em;
.label {