fix: logo overflow on login (#1050)
continuous-integration/drone/push Build is passing Details

Resolves #1046

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #1050
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
(cherry picked from commit 44f8e3ea9b)
This commit is contained in:
dpschen 2021-11-22 19:01:26 +00:00 committed by kolaente
parent 12bec04c42
commit 04c94418d7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -39,5 +39,6 @@ const motd = computed(() => store.state.config.motd)
.logo {
color: var(--logo-text-color);
max-width: 100%;
}
</style>