Add missing items/actors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.protagonist-content {
|
||||
.character-content {
|
||||
.sheet-common();
|
||||
.protagonist-sheet-common();
|
||||
.character-sheet-common();
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@@ -8,33 +8,33 @@
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
|
||||
.protagonist-main {
|
||||
.character-main {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
|
||||
.protagonist-pc {
|
||||
.character-pc {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
|
||||
.protagonist-left {
|
||||
.character-left {
|
||||
min-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.protagonist-left-image {
|
||||
.character-left-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 8px;
|
||||
.protagonist-img {
|
||||
.character-img {
|
||||
height: 140px;
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-hp {
|
||||
.character-hp {
|
||||
gap: 2px;
|
||||
align-items: center;
|
||||
input {
|
||||
@@ -53,13 +53,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-dv,
|
||||
.protagonist-dmax {
|
||||
.character-dv,
|
||||
.character-dmax {
|
||||
.form-fields {
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
.protagonist-dmax-edit {
|
||||
.character-dmax-edit {
|
||||
input {
|
||||
display: flex;
|
||||
width: 60px;
|
||||
@@ -72,12 +72,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-right {
|
||||
.character-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
||||
.protagonist-name {
|
||||
.character-name {
|
||||
display: flex;
|
||||
input {
|
||||
font-family: var(--font-title);
|
||||
@@ -172,22 +172,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-pc-play {
|
||||
.character-pc-play {
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.protagonist-pc-edit {
|
||||
.character-pc-edit {
|
||||
min-width: 650px;
|
||||
}
|
||||
|
||||
.protagonist-characteristics {
|
||||
.character-characteristics {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
|
||||
.protagonist-characteristic {
|
||||
.character-characteristic {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.rollable:hover,
|
||||
@@ -218,16 +218,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-characteristic-play {
|
||||
.character-characteristic-play {
|
||||
min-width: 225px;
|
||||
}
|
||||
|
||||
.protagonist-characteristic-edit {
|
||||
.character-characteristic-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.protagonist-biography {
|
||||
.character-biography {
|
||||
background-color: var(--color-light-1);
|
||||
prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
@@ -275,7 +275,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab.protagonist-skills {
|
||||
.tab.character-skills {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
@@ -323,7 +323,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab.protagonist-status {
|
||||
.tab.character-status {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
@@ -455,7 +455,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab.protagonist-equipment {
|
||||
.tab.character-equipment {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user