From 3ae6290ec390d22e65f27d43c4fe81e4debeb3b1 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 25 Jan 2023 14:15:50 -0800 Subject: [PATCH] Visual tweaks to Recently Viewed items (#6183) - Reduced size of icon. - Tightened spacing. --- src/ui/layout/recent-objects.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ui/layout/recent-objects.scss b/src/ui/layout/recent-objects.scss index 14a87c3697..cdae02689f 100644 --- a/src/ui/layout/recent-objects.scss +++ b/src/ui/layout/recent-objects.scss @@ -26,7 +26,7 @@ align-items: flex-start; > * + * { - margin-left: $interiorMargin; + margin-left: $interiorMarginSm; } + .c-recentobjects-listitem { @@ -58,7 +58,7 @@ &__type-icon { color: $colorItemTreeIcon; - font-size: 2.2em; + font-size: 1.25em; // TEMP: uses object-label component, hide label part .c-object-label__name { @@ -72,6 +72,7 @@ &__body { flex: 1 1 auto; + padding-top: 2px; // Align with type icon > * + * { margin-top: $interiorMarginSm;