Add the bytes panel to the page. (closes #108)

This commit is contained in:
Oliver-Akins 2024-03-08 21:14:30 -07:00
parent 42bd07707d
commit e6e392d7e5
4 changed files with 77 additions and 10 deletions

View file

@ -2,7 +2,7 @@
@use "../../mixins/foundry" as *;
@use "../../vars" as *;
.dotdungeon .panel {
.dotdungeon .actor--pc-mvp .panel {
display: grid;
grid-template-rows: min-content 1fr;