feat: restyle unauthenticated screens #1103

Merged
dpschen merged 29 commits from feature/login-pages into main 2021-12-12 16:40:14 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 6fff15518d - Show all commits

View File

@ -37,8 +37,7 @@ const motd = computed(() => store.state.config.motd)
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
place-items: center;
konrad marked this conversation as resolved Outdated

Super picky: use place-items: center (I think this is replaced with the same after parsed :D)

Super picky: use `place-items: center` (I think this is replaced with the same after parsed :D)

Oh, that sounds like a nice property, never heard of it before.

Oh, that sounds like a nice property, never heard of it before.
@media screen and (min-width: $fullhd) {
background: url('@/assets/llama.svg?url') no-repeat bottom left fixed;