WIP
This commit is contained in:
parent
251177374b
commit
a0a7a5146a
|
@ -78,7 +78,6 @@ export const InboxView = () => {
|
||||||
|
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
setAuthors(sortedAuthors())
|
setAuthors(sortedAuthors())
|
||||||
console.log('!!! session():', session())
|
|
||||||
setCurrentSlug(session()?.user?.slug)
|
setCurrentSlug(session()?.user?.slug)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -5,24 +5,20 @@ main {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: добавлять когда открыт чат
|
|
||||||
body {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages {
|
.messages {
|
||||||
top: 74px;
|
display: none;
|
||||||
height: calc(100% - 74px);
|
//top: 74px;
|
||||||
left: 0;
|
//height: calc(100% - 74px);
|
||||||
right: 0;
|
//left: 0;
|
||||||
padding-left: 42px;
|
//right: 0;
|
||||||
padding-right: 26px;
|
//padding-left: 42px;
|
||||||
background: #fff;
|
//padding-right: 26px;
|
||||||
display: flex;
|
//background: #fff;
|
||||||
flex: 1;
|
//display: flex;
|
||||||
flex-direction: column;
|
//flex: 1;
|
||||||
position: fixed;
|
//flex-direction: column;
|
||||||
z-index: 9;
|
//position: fixed;
|
||||||
|
//z-index: 9;
|
||||||
|
|
||||||
> .row {
|
> .row {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user