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;