Работа над BookInfoDialog

This commit is contained in:
Book Pauk
2022-11-10 20:10:43 +07:00
parent e39611098a
commit 6dfb3f6db9
2 changed files with 13 additions and 5 deletions

View File

@@ -133,8 +133,13 @@ body, html, #app {
animation: rotating 2s linear infinite;
}
.q-dialog__inner--minimized {
padding: 10px !important;
}
.q-dialog__inner--minimized > div {
max-width: 800px;
max-height: 100% !important;
max-width: 800px !important;
}
@keyframes rotating {