Add the most basic form of the Art Browser that just lets users see and filter the tokens
This commit is contained in:
parent
82ba07414c
commit
547816701d
9 changed files with 412 additions and 0 deletions
7
styles/resets/hr.css
Normal file
7
styles/resets/hr.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.token-browser > .window-content hr {
|
||||
all: initial;
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 12px 0;
|
||||
border-top: var(--sidebar-separator);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue