diff --git a/src/components/Views/Inbox.tsx b/src/components/Views/Inbox.tsx index a418fba9..6b131834 100644 --- a/src/components/Views/Inbox.tsx +++ b/src/components/Views/Inbox.tsx @@ -78,7 +78,6 @@ export const InboxView = () => { createEffect(() => { setAuthors(sortedAuthors()) - console.log('!!! session():', session()) setCurrentSlug(session()?.user?.slug) }) diff --git a/src/styles/Inbox.scss b/src/styles/Inbox.scss index c237c0c6..b2c57920 100644 --- a/src/styles/Inbox.scss +++ b/src/styles/Inbox.scss @@ -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;