mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 01:55:17 +00:00
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:
parent
b72bad16d9
commit
eb50e93cd9
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -34,6 +34,7 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
|
||||
> * + * {
|
||||
margin-left: $interiorMargin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user