From 6376f1a5225b2fa45f6c861d4a265bf13b56d038 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 29 Jun 2024 10:01:02 +0200 Subject: Update --- tpl/index.pug | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tpl/index.pug') diff --git a/tpl/index.pug b/tpl/index.pug index a6e99dd..c4baa64 100644 --- a/tpl/index.pug +++ b/tpl/index.pug @@ -40,7 +40,7 @@ mixin view(id, title) - views.push({ id, title }); - +container(narrow=true class='u-p-700 c-view' id=id) + +container(narrow=!attributes.wide class='u-p-700 c-view' id=id) +h1-heading('xl')(class='u-mt-0')= title +divider('medium') block @@ -117,22 +117,22 @@ html +view-switch +view-form +view-action-button - +view-overflow-button + //+view-overflow-button +view-status-indicator +view-avatar +view-card +view-side-nav +view-popover +view-menu - +view-icon-nav + //+view-icon-nav +view-backdrop - +view-dialog + //+view-dialog +view-lightbox - +view-list-group + //+view-list-group +view-table +view-alert - +view-message - +view-message-group + //+view-message + //+view-message-group .c-sidebar.l-overflow.u-bie-1.u-p-100 +side-nav -- cgit v1.2.3-54-g00ecf