Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks

This commit is contained in:
Oliver-Akins 2024-03-26 22:36:40 -06:00
parent 5c5a1a8b56
commit eadaa53c75
32 changed files with 314 additions and 35 deletions

View file

@ -1,9 +1,9 @@
.dotdungeon:has(.dialog--dice-list) {
.dotdungeon:not(.style-v3):has(.dialog--dice-list) {
max-width: 275px;
min-width: 275px;
}
.dotdungeon .dialog--dice-list {
.dotdungeon:not(.style-v3) .dialog--dice-list {
padding: 8px;
.dice {