- Added bushido tenets on social tab in sheet

This commit is contained in:
Vlyan
2021-06-28 19:43:51 +02:00
parent 9affe6a66c
commit 885edf5aed
12 changed files with 71 additions and 28 deletions

View File

@@ -560,11 +560,6 @@
width: 100%;
}
}
.narrative-description {
max-height: 13rem;
font-size: 0.85rem;
flex: 1;
}
}
.narrative-list {
flex: 0 0 calc(50% - 0.25rem);
@@ -574,6 +569,16 @@
width: 100%;
}
}
}
.narrative-fluff {
flex: 1;
flex: 0 0 calc(50% - 0.75rem);
.narrative-description {
max-height: 13rem;
font-size: 0.85rem;
flex: 1;
}
.narrative-note {
font-size: 0.85rem;
}