Visual tweaks to Recently Viewed items (#6183)

- Reduced size of icon.
- Tightened spacing.
This commit is contained in:
Charles Hacskaylo 2023-01-25 14:15:50 -08:00 committed by GitHub
parent ba5ed27e74
commit 3ae6290ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;