Add the ability to display / edit the description from the item sheet

This commit is contained in:
Oliver-Akins 2025-02-10 23:04:28 -07:00
parent 46a235b603
commit 69db3ca719
13 changed files with 168 additions and 17 deletions

View file

@ -0,0 +1,10 @@
.ripcrypt > .window-content p {
&.warning {
padding: 0.75rem;
margin: 0.25rem;
border-radius: 8px;
border-color: yellow;
border-style: solid;
border-width: 2px;
}
}