Compare commits
No commits in common. "590045405b60f12780a9a994f78acd2ad2adf3ea" and "686dc6b1f55b530921b3b9203bd073229dc113bb" have entirely different histories.
590045405b
...
686dc6b1f5
5 changed files with 2 additions and 48 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
&__property-select {
|
&__property-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: var(--input-height);
|
height: var(--form-field-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__property-multi-input {
|
&__property-multi-input {
|
||||||
|
|
|
@ -8,10 +8,4 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 3fr;
|
grid-template-columns: 1fr 3fr;
|
||||||
column-gap: 1em;
|
column-gap: 1em;
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ds4-biography {
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,38 +16,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// General ProseMirror editor styles
|
|
||||||
prose-mirror {
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
// Edit mode with editor container
|
|
||||||
&.active {
|
|
||||||
.editor-container {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.editor-content {
|
|
||||||
flex: 1;
|
|
||||||
overflow-y: auto;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// View mode - direct editor-content
|
|
||||||
&.inactive {
|
|
||||||
.editor-content {
|
|
||||||
position: relative;
|
|
||||||
flex: 1;
|
|
||||||
overflow-y: auto;
|
|
||||||
min-height: 0;
|
|
||||||
inset: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
|
|
||||||
&__label {
|
&__label {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
line-height: var(--input-height);
|
line-height: var(--form-field-height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,9 +7,4 @@
|
||||||
.ds4-sheet-body {
|
.ds4-sheet-body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
// Prevent double scrollbars on biography tab
|
|
||||||
.ds4-sheet-tab.tab.biography.active {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue