map / marker / geoformat / chapter : remove preview panel button and redirect front to narrative - related to #21
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 24s

This commit is contained in:
isUnknown 2026-04-05 11:16:34 +02:00
parent bf877c23d2
commit 8a7d4832f0
9 changed files with 45 additions and 14 deletions

View file

@ -204,12 +204,11 @@ watch(isCustomCssEditable, async (newValue, oldValue) => {
flex-direction: column;
background: #21252b;
border-radius: 0.25rem;
overflow: hidden;
}
.custom-section {
flex: 1;
min-height: 300px;
max-height: 45.2rem;
}
.section-header {
@ -301,6 +300,7 @@ h3 {
display: flex;
flex-direction: column;
flex: 1;
overflow: auto;
}
.readonly {
@ -321,8 +321,6 @@ h3 {
textarea {
width: 100%;
flex: 1;
min-height: 300px;
max-height: 500px;
overflow-y: auto;
background: #1e1e1e;
color: #abb2bf;