wrappixel/matrix-admin-bt5

Problems in Login and Registration Pages

dgrvedado opened this issue · 2 comments

On the LOGIN and REGISTRATION page of the template the background is cut off immediately below the form buttons, it should be all the way down, plus the LOGIN page shows the RECOVERY form.

Captura de pantalla_área-de-selección_20220510155133

I load a new image, because perhaps one is confused with the previous image. It doesn't go all the way to the bottom of the page.
Screenshot_20221130_175130

I use Linux, but I have tried on Windows with various browsers. It looks exactly the same on all of them. The old version looks good. The version is matrix-admin-bt4, But in version matrix-admin-bt5 it doesn't look good.
Screenshot_20221130_175643

Ok I found the solution. I compared the style.min.css files between the old version and this one and saw that all this css code was missing in the new version:

.auth-wrapper{min-height:100vh;position:relative}.auth-wrapper .auth-box{background:#fff;padding:20px;max-width:400px;width:90%;margin:10% 0} .auth-wrapper #recoverform{display:none}

This code must be inserted between these codes:

#choices input{margin-left:15px} .... .search-box

To take into account and if you wish to correct.