fix: tablet and mobile fixes

This commit is contained in:
Alejandro Gomez 2023-06-27 16:49:02 +02:00
parent f17d97eca9
commit f780f5212c
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 6 additions and 8 deletions

View File

@ -4,8 +4,6 @@
flex-direction: column;
padding: 8px 16px;
border: none;
max-width: calc(100vw - 32px);
height: calc(100vh - 72px - 230px - 64px);
}
@media (min-width: 1020px) {

View File

@ -12,6 +12,10 @@
width: 100vw;
}
.live-chat {
height: calc(100vh - 16px - 64px - 56px - 230px);
}
.page.home {
display: grid;
height: 100vh;
@ -33,7 +37,7 @@
"main-content profile"
"main-content chat";
grid-template-rows: 64px min-content;
grid-template-columns: minmax(600px, 1fr) 1fr;
grid-template-columns: minmax(600px, 3fr) 1fr;
gap: 0;
}
@ -42,7 +46,7 @@
}
.live-chat {
height: calc(100vh - 56px);
height: calc(100vh - 56px - 64px - 16px);
}
}
@ -60,10 +64,6 @@
"profile chat";
gap: 0;
}
.live-chat {
width: unset;
}
}
@media (min-width: 2000px) {