Change tag margin for better spacing between rows. Class rename. Minor styling changes to embed container. Change supermenu icon size

This commit is contained in:
Rukmini Bose 2022-10-03 10:51:36 -07:00
parent b72bad16d9
commit eb50e93cd9
3 changed files with 7 additions and 3 deletions

View File

@ -94,7 +94,7 @@
<div
ref="embedsWrapper"
class="c-snapshots c-ne__embeds-wrapper"
:class="{scrollClass: enableEmbedsWrapperScroll }"
:class="{scrollContainer: enableEmbedsWrapperScroll }"
>
<NotebookEmbed
v-for="embed in entry.embeds"

View File

@ -27,9 +27,11 @@
font-weight: bold;
}
.scrollClass{
.scrollContainer{
// Class for overflow embeds (possibly for text entry overflow in future)
background: $colorBodyBg;
box-shadow: inset 0 5px 5px rgb(0 0 0 / 20%);
overflow-y: scroll;
}
.c-notebook {
@ -462,11 +464,12 @@
&__actions-menu {
width: 55vh;
max-width: 500px;
min-height: 100px;
height: 120px;
z-index: 70;
[class*="__icon"] {
filter: $colorKeyFilter;
margin: 0%;
height: 4vh;
}
[class*="__item-description"] {
min-width: 200px;

View File

@ -34,6 +34,7 @@
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin-bottom: 5px;
> * + * {
margin-left: $interiorMargin;