mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 20:12:50 +00:00
Visual tweaks to Recently Viewed items (#6183)
- Reduced size of icon. - Tightened spacing.
This commit is contained in:
parent
ba5ed27e74
commit
3ae6290ec3
@ -26,7 +26,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
> * + * {
|
> * + * {
|
||||||
margin-left: $interiorMargin;
|
margin-left: $interiorMarginSm;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ .c-recentobjects-listitem {
|
+ .c-recentobjects-listitem {
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
&__type-icon {
|
&__type-icon {
|
||||||
color: $colorItemTreeIcon;
|
color: $colorItemTreeIcon;
|
||||||
font-size: 2.2em;
|
font-size: 1.25em;
|
||||||
|
|
||||||
// TEMP: uses object-label component, hide label part
|
// TEMP: uses object-label component, hide label part
|
||||||
.c-object-label__name {
|
.c-object-label__name {
|
||||||
@ -72,6 +72,7 @@
|
|||||||
|
|
||||||
&__body {
|
&__body {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
padding-top: 2px; // Align with type icon
|
||||||
|
|
||||||
> * + * {
|
> * + * {
|
||||||
margin-top: $interiorMarginSm;
|
margin-top: $interiorMarginSm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user