Add the most basic form of the Art Browser that just lets users see and filter the tokens

This commit is contained in:
Oliver 2026-01-23 21:20:09 -07:00
parent 82ba07414c
commit 547816701d
9 changed files with 412 additions and 0 deletions

7
styles/resets/hr.css Normal file
View file

@ -0,0 +1,7 @@
.token-browser > .window-content hr {
all: initial;
display: block;
width: 100%;
margin: 12px 0;
border-top: var(--sidebar-separator);
}