Fix layout issue

This commit is contained in:
Pierre HUBERT 2020-04-14 11:59:34 +02:00
parent b82cba518d
commit 58c73b3108
3 changed files with 9 additions and 4 deletions

View File

@ -37,10 +37,6 @@ a, .cursor-pointer {
padding-bottom: 0px;
}
#pageTarget {
display: flex;
flex-direction: column;
}
/**
* Adapt menu bar to small screens

View File

@ -4,6 +4,12 @@
* @author Pierre HUBERT
*/
.conversations-page #pageTarget {
display: flex;
flex-direction: column;
}
.conversations-page-container {
max-width: 1000px;
margin: auto;

View File

@ -20,6 +20,9 @@ const ConversationPageConvPart = {
*/
open: async function(convID, target){
document.body.classList.add("conversations-page");
//Reset conversation information
this._conv_info = {