Rename embed wrapper

This commit is contained in:
Rukmini Bose 2022-09-29 15:45:50 -07:00
parent ba26e38837
commit 9a3806b117
2 changed files with 7 additions and 3 deletions

View File

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

View File

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