Fix message_area on /login.

Because the rules are no longer in common.
master
voussoir 2018-02-24 00:34:46 -08:00
parent 9c6cae7177
commit aa284c388d
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ button
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
#message_area
{
width: 100%;
max-height: 300px;
}
@media screen and (max-width: 800px) @media screen and (max-width: 800px)
{ {
#login_register_box #login_register_box