From 248a90eb5fe1f5fa624423b81d0b18df85fabe35 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Feb 2022 18:45:32 +0100 Subject: Restructured size variables --- tpl/index.pug | 2 +- tpl/objects/menu.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl') diff --git a/tpl/index.pug b/tpl/index.pug index c42c48f..dc037f5 100644 --- a/tpl/index.pug +++ b/tpl/index.pug @@ -28,7 +28,7 @@ mixin user-card(name, hue) - const avaName = name.slice(0, 1) - .l-card.l-card--flush.l-card--sm + .l-card.l-card--flush.l-card--75 +avatar(block=true size='xs' class='l-card__block' hue=hue) = avaName = name diff --git a/tpl/objects/menu.pug b/tpl/objects/menu.pug index b348df8..0a654ce 100644 --- a/tpl/objects/menu.pug +++ b/tpl/objects/menu.pug @@ -14,7 +14,7 @@ mixin menu-item } button(class=classes, disabled=attributes.disabled) - .l-card.l-card--flush.l-card--sm + .l-card.l-card--flush.l-card--75 if attributes.icon .l-card__block.o-menu__icon-slot if attributes.iconIsStatus -- cgit v1.2.3-54-g00ecf