WIP
This commit is contained in:
parent
251177374b
commit
a0a7a5146a
|
@ -78,7 +78,6 @@ export const InboxView = () => {
|
|||
|
||||
createEffect(() => {
|
||||
setAuthors(sortedAuthors())
|
||||
console.log('!!! session():', session())
|
||||
setCurrentSlug(session()?.user?.slug)
|
||||
})
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user