Add Custom StatBlocks, Add Stats (#1027)

* add custom statblock

* add custom datablock

* Use real values, not placeholders

* More Changes

* remove unused var

* Remove old code

* Remove more

* Updates

* Add LineHeight

Changing the font size cut off the j/g and _

* Fix invisible console selection

Closes #874

* Add Missing to `offline` detection

* Use helper

* Update

* Removals

* Move to `SmallStatBlock`
This commit is contained in:
Charles
2025-02-26 10:08:42 -05:00
committed by GitHub
parent 3d764a89f7
commit 2d937229fb
10 changed files with 181 additions and 31 deletions

View File

@@ -2,7 +2,10 @@
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.xterm-selection div {
background-color: transparent !important;
}
.xterm .xterm-rows > div {