align h/v center when maximized

This commit is contained in:
nicfreeman1209 2021-02-14 16:14:59 +00:00
parent 2db244b14b
commit 081bfbc695
2 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,8 @@ export default {
max-height: 100%;
display: flex;
align-content: center;
align-items: center;
justify-content: safe center;
}
.modal-fade-enter,

View File

@ -214,6 +214,7 @@ ul {
}
}
&.legend {
width: 100%;
font-weight: bold;
height: 20px;
margin-top: 10px;