Logged page, fix messages block

This commit is contained in:
Aurelien Vaillant
2020-04-05 15:48:13 +02:00
parent efa42183ea
commit 9882c6fd9f
+6 -1
View File
@@ -201,7 +201,12 @@ body.logged, .logged .content {
.logged .content {
max-width: 100%;
}
.logged .messages {
max-width: 0;
max-height: 0;
margin: 0;
padding: 0;
}
.logged .user {
height: 92vh;
}