Skip to content

Commit

Permalink
🐛 fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Feb 26, 2023
1 parent f237f16 commit 1e4f99a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ input[type="color"] {
}

#settings > div {
margin-left: var(--marginLG);
margin-left: 200px;
}

#settings > div.flex-wrap button {
Expand Down Expand Up @@ -262,6 +262,10 @@ option {
box-shadow: var(--boxShadow) !important;
}

#setting_CLIP_stop_at_last_layers {
display: block !important;
}

/* Prompt Translator */
/*----------------------------------------------------------------*/

Expand Down
6 changes: 5 additions & 1 deletion style_choices/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ input[type="color"] {
}

#settings > div {
margin-left: var(--marginLG);
margin-left: 200px;
}

#settings > div.flex-wrap button {
Expand Down Expand Up @@ -262,6 +262,10 @@ option {
box-shadow: var(--boxShadow) !important;
}

#setting_CLIP_stop_at_last_layers {
display: block !important;
}

/* Prompt Translator */
/*----------------------------------------------------------------*/

Expand Down

0 comments on commit 1e4f99a

Please sign in to comment.