TSK-1378: Qfix for exception (#3097)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-04-28 00:21:52 +07:00
committed by GitHub
parent 173d0fe625
commit 1c0d04132a
4 changed files with 16 additions and 9 deletions
@@ -113,7 +113,7 @@
/>
<div class="flex h-full">
{#if visibileNav}
<div class="antiPanel-component border-right filled indent aside">
<div class="antiPanel-component border-right filled indent aside inbox">
<div class="header">
<span class="fs-title overflow-label">
<Label label={notification.string.Inbox} />
@@ -154,4 +154,7 @@
justify-content: center;
padding: 0 1.5rem;
}
.inbox {
min-width: 20rem;
}
</style>