fix: ARL not setting correctly in the store; feat: removed some document.getElementById; feat: added v-cloak style

This commit is contained in:
Roberto Tonino
2020-09-17 23:55:57 +02:00
parent bd54f7e8d9
commit cda31a93ff
12 changed files with 78 additions and 75 deletions

View File

@@ -338,3 +338,7 @@ a {
.changing-theme {
transition: all 200ms ease-in-out;
}
[v-cloak] {
display: none;
}

View File

@@ -3,14 +3,6 @@
height: 125px;
}
#logged_in_info {
height: 250px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
#log_info {
display: flex;
flex-direction: column;