This commit is contained in:
Dmitry Vasilev
2023-05-19 16:43:13 +03:00
parent 65d17ffa26
commit eb70ff7f06

View File

@@ -335,8 +335,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 0; padding: 0;
width: 70%; min-width: 70%;
height: 70%; min-height: 70%;
background-color: white; background-color: white;
} }
@@ -363,6 +363,10 @@
text-align: center; text-align: center;
} }
.help_dialog form {
margin-bottom: 1em;
}
</style> </style>
<script type='module'> <script type='module'>