mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 01:55:17 +00:00
Rename embed wrapper
This commit is contained in:
parent
ba26e38837
commit
9a3806b117
@ -91,7 +91,7 @@
|
||||
@tags-updated="timestampAndUpdate"
|
||||
/>
|
||||
|
||||
<div class="c-snapshots c-ne__embeds">
|
||||
<div class="c-snapshots c-ne__embeds-wrapper">
|
||||
<NotebookEmbed
|
||||
v-for="embed in entry.embeds"
|
||||
:key="embed.id"
|
||||
|
@ -409,16 +409,20 @@
|
||||
// LEGACY,
|
||||
@include snapThumb();
|
||||
}
|
||||
.c-ne__embeds{
|
||||
.c-ne__embeds-wrapper{
|
||||
background: $colorBodyBg;
|
||||
max-height: 10vh;
|
||||
padding-left: $interiorMarginLg;
|
||||
padding-top: $interiorMarginLg;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.c-ne__embed {
|
||||
@include discreteItemInnerElem();
|
||||
display: inline-flex;
|
||||
flex: 0 0 auto;
|
||||
padding: $interiorMargin;
|
||||
|
||||
|
||||
&__info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
x
Reference in New Issue
Block a user