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;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
.token-browser > .window-content input[type="checkbox"] {
|
||||
.image-tagger > .window-content input[type="checkbox"] {
|
||||
--checkbox-checked-color: var(--color-level-success-border);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser > .window-content {
|
||||
.image-tagger > .window-content {
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser > .window-content {
|
||||
.image-tagger > .window-content {
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser > .window-content hr {
|
||||
.image-tagger > .window-content hr {
|
||||
all: initial;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.token-browser > .window-content {
|
||||
.image-tagger > .window-content {
|
||||
li {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue