Update actor and pnj sheets for 0.8.x
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -517,4 +517,17 @@
|
||||
#context-menu {
|
||||
max-width: none;
|
||||
}
|
||||
.symbols-help {
|
||||
float: right;
|
||||
font-style: italic;
|
||||
color: #666;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1rem;
|
||||
margin-right: 1rem;
|
||||
margin: 0.5rem 1rem 0;
|
||||
i {
|
||||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,10 @@
|
||||
height: calc(100% - 27rem);
|
||||
}
|
||||
fieldset {
|
||||
&.advancement {
|
||||
display: block;
|
||||
&.advancement,
|
||||
&.items-wrapper {
|
||||
display: grid;
|
||||
flex: calc(100% - 7rem);
|
||||
}
|
||||
}
|
||||
.advancements-tabs {
|
||||
@@ -267,6 +269,31 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.affinities {
|
||||
padding-top: 0.25rem;
|
||||
.ring {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: unset;
|
||||
flex: 3rem;
|
||||
height: 1.5rem;
|
||||
margin: 0;
|
||||
}
|
||||
i {
|
||||
flex: 1rem;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
input {
|
||||
flex: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin: 0;
|
||||
}
|
||||
.attitude {
|
||||
height: 1.25rem;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.focus-content,
|
||||
.vigilance-content {
|
||||
@@ -525,8 +552,8 @@
|
||||
}
|
||||
}
|
||||
.narrative-content,
|
||||
.narrative-note {
|
||||
flex: 0 0 calc(50% - 0.5rem);
|
||||
.narrative-description {
|
||||
flex: 0 0 calc(50% - 0.25rem);
|
||||
fieldset {
|
||||
display: block;
|
||||
label {
|
||||
|
||||
Reference in New Issue
Block a user