Improving Login Display in Panel Config

This commit is contained in:
Silversthorn 2023-01-17 22:02:37 +01:00
parent 9fc7a0523e
commit 71c5d46296

View File

@ -302,9 +302,12 @@
#login-form-preview {
display: flex;
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: perspective(1px) translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
max-width: 90%;
max-height: 90%;
}
.auto-form-wrapper {