Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-08-14 21:57:25 +02:00
Родитель 754c3574e1
Коммит 7f664e28c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 036FA7EB1A599178
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -275,11 +275,6 @@ export default {
<style lang="scss" scoped>
.wrapper {
overflow-y: scroll;
padding: 20px;
}
.app-settings-section {
margin-bottom: 80px;
&.last {
@ -303,8 +298,4 @@ export default {
}
}
::v-deep .modal-container {
display: flex !important;
}
</style>