improved layout + stack

This commit is contained in:
Rachel
2024-03-28 16:05:31 -07:00
parent 8d62cf407e
commit e6dcc61835
6 changed files with 125 additions and 26 deletions

View File

@@ -431,4 +431,36 @@ code {
#vmActiveICState hr {
margin: 0.25rem 0;
}
.vm_stack {
overflow-x: auto;
overflow-y: auto;
max-width: 180rem;
max-height: 10rem;
align-content: flex-end
}
.vm_stack_cel {
max-width: 20rem;
height: 24px;
}
.vm_stack_cel span {
min-width: 2.5rem;
height: 22px;
}
.vm_stack_cel input {
max-width: 5rem;
background-color: var(--bs-body-bg);
height: 22px;
}
.vm_stack_cel .input-group-text {
border-radius: 0;
}
.vm_stack_cel span.stack_pointer {
background-color: var(--bs-success);
}

View File

@@ -17,6 +17,7 @@ $accordion-button-active-bg: #343a40;
$accordion-button-active-color: #dee2e6;
$accordion-icon-color-dark: #dee2e6;
$accordion-icon-active-color-dark: #dee2e6;
$accordion-button-padding-y: 0.5rem;
// Required
@import "bootstrap/scss/variables";