various updates

This commit is contained in:
2024-05-27 16:24:26 -04:00
parent a58d40278b
commit 65dc56c328
21 changed files with 341 additions and 57 deletions

View File

@@ -392,10 +392,10 @@ table th {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
justify-content: space-between;
}
.encounterButtonsWildernessWrapper {
.encounterButtonsWrapper > * {
/* margin-left: auto; */
border: 1px solid #e94e5c;
border-radius: .3rem;
@@ -403,6 +403,7 @@ table th {
text-align: center;
}
.feature hr {
border: 1px 0 0 0;
border-color: #885c68;