narrow navbar in deck view

This commit is contained in:
Martti Malmi
2023-11-23 11:28:30 +02:00
parent 4eb0408c27
commit 6a6accfed6
3 changed files with 23 additions and 19 deletions

View File

@ -67,7 +67,7 @@ export function SnortDeckLayout() {
setArticle: (e?: TaggedNostrEvent) => setDeckState({ article: e }),
reset: () => setDeckState({}),
}}>
<NavSidebar />
<NavSidebar narrow={true} />
<div className="deck-cols">
{cols.map(c => {
switch (c) {