COrrections, WIP
This commit is contained in:
@@ -281,10 +281,18 @@
|
||||
.mid-wrapper {
|
||||
display: flex;
|
||||
flex: 0 0 100%;
|
||||
align-items: flex-start;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.central-col {
|
||||
flex: 0 0 16rem;
|
||||
width: 16rem;
|
||||
}
|
||||
.chiaroscuro-aspects-wrapper {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
.rings {
|
||||
padding: 0;
|
||||
@@ -623,31 +631,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.narrative-list {
|
||||
flex: 0 0 50%;
|
||||
.narrative-list,
|
||||
.narrative-list-full {
|
||||
flex: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
fieldset {
|
||||
flex: 0 0 50%;
|
||||
flex: 0 0 calc(50% - 0.5rem);
|
||||
label {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.narrative-fluff {
|
||||
flex: 0 0 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.narrative-description,
|
||||
.narrative-note {
|
||||
flex: 1;
|
||||
font-size: 0.85rem;
|
||||
max-height: 24rem;
|
||||
|
||||
.editor-container {
|
||||
min-height: 18rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.techniques-wrapper {
|
||||
padding-left: 0.25rem;
|
||||
fieldset {
|
||||
|
||||
Reference in New Issue
Block a user