v1.7 beta.7

This commit is contained in:
carodej
2020-07-18 16:25:29 +02:00
parent 6c96fe2f46
commit 35543e6f06
8 changed files with 15 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
<template>
<PageTab class="form-fixed-width">
<PageTab v-if="user" class="form-fixed-width">
<PageTabGroup>
<FormLabel>{{ $t('user_box_delete.title') }}</FormLabel>
<InfoBox>
@@ -123,14 +123,4 @@
.block-form {
max-width: 100%;
}
@media only screen and (max-width: 960px) {
}
@media (prefers-color-scheme: dark) {
}
</style>