summaryrefslogtreecommitdiffstats
path: root/tpl/index.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-03-09 08:10:07 +0100
committerVolpeon <git@volpeon.ink>2022-03-09 08:10:07 +0100
commitba9d7211ef338696df1efbd3510c055dfa77b295 (patch)
treef48c48bf0a9d17d7b22d2ba6a58138604b9bd245 /tpl/index.pug
parentImproved dialog (diff)
downloadiro-design-ba9d7211ef338696df1efbd3510c055dfa77b295.tar.gz
iro-design-ba9d7211ef338696df1efbd3510c055dfa77b295.tar.bz2
iro-design-ba9d7211ef338696df1efbd3510c055dfa77b295.zip
Independent pad-y for dialog sidebar
Diffstat (limited to 'tpl/index.pug')
-rw-r--r--tpl/index.pug5
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/index.pug b/tpl/index.pug
index 98aec2e..f682c26 100644
--- a/tpl/index.pug
+++ b/tpl/index.pug
@@ -552,8 +552,9 @@ html
552 +slot('sidebar') 552 +slot('sidebar')
553 +menu(style={ 'min-width': '10em' }) 553 +menu(style={ 'min-width': '10em' })
554 +menu-header= '#channel' 554 +menu-header= '#channel'
555 +menu-item(icon='bookmark', selected=true)= 'Bookmark' 555 +menu-item(icon='bookmark')= 'Bookmark'
556 +menu-item(icon='tags')= 'Tags' 556 +menu-item(icon='tags', selected=true)= 'Tags'
557 +menu-item(icon='hash')= 'achannel'
557 +slot('body') 558 +slot('body')
558 p.u-mt-0= loremIpsum 559 p.u-mt-0= loremIpsum
559 560