chore: use flex-end
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-11 21:02:22 +01:00
parent 7969daa341
commit babfd24739
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const motd = computed(() => store.state.config.motd)
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: end;
justify-content: flex-end;
&.has-message {
justify-content: space-between;