Browse Source

Allow the top part of the login form to be seen on vertical screens

pull/1394/head
Timothée Jaussoin 10 months ago
parent
commit
21150ca6c8
  1. 1
      app/Widgets/Login/login.css

1
app/Widgets/Login/login.css

@ -15,6 +15,7 @@ body main {
@media screen and (max-width: 600px) {
#login_widget {
flex-direction: column;
margin-top: 37rem; /* Hack to see the top part */
}
#login_widget:before {

Loading…
Cancel
Save