Rename the ID from token-browser to image-tagger
This commit is contained in:
parent
2fdcdf062c
commit
acc1858f44
25 changed files with 37 additions and 37 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser.ArtBrowser {
|
||||
.image-tagger.ArtBrowser {
|
||||
> .window-content {
|
||||
display: grid;
|
||||
grid-template-columns: 175px auto;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser.ArtSidebar {
|
||||
.image-tagger.ArtSidebar {
|
||||
flex-flow: column;
|
||||
gap: 1.5rem;
|
||||
padding: 1rem;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser.ArtistApp {
|
||||
.image-tagger.ArtistApp {
|
||||
ul li button {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser.ImageApp {
|
||||
.image-tagger.ImageApp {
|
||||
> .window-content {
|
||||
display: grid;
|
||||
grid-template-columns: 200px auto;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser {
|
||||
.image-tagger {
|
||||
> .window-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue