This commit is contained in:
ilya-bkv 2022-11-16 22:39:50 +03:00
parent 251177374b
commit a0a7a5146a
2 changed files with 13 additions and 18 deletions

View File

@ -78,7 +78,6 @@ export const InboxView = () => {
createEffect(() => {
setAuthors(sortedAuthors())
console.log('!!! session():', session())
setCurrentSlug(session()?.user?.slug)
})

View File

@ -5,24 +5,20 @@ main {
position: relative;
}
// TODO: добавлять когда открыт чат
body {
overflow: hidden;
}
.messages {
top: 74px;
height: calc(100% - 74px);
left: 0;
right: 0;
padding-left: 42px;
padding-right: 26px;
background: #fff;
display: flex;
flex: 1;
flex-direction: column;
position: fixed;
z-index: 9;
display: none;
//top: 74px;
//height: calc(100% - 74px);
//left: 0;
//right: 0;
//padding-left: 42px;
//padding-right: 26px;
//background: #fff;
//display: flex;
//flex: 1;
//flex-direction: column;
//position: fixed;
//z-index: 9;
> .row {
flex: 1;