mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Improving Login Display in Panel Config
This commit is contained in:
parent
9fc7a0523e
commit
71c5d46296
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user