Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
8850fc23
Unverified
Commit
8850fc23
authored
Jan 08, 2023
by
AUTOMATIC1111
Committed by
GitHub
Jan 08, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6478 from mezotaken/master
Fix quicksetting name overlapping with its controls.
parents
0d194e4e
cf2f6f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
style.css
style.css
+12
-1
No files found.
style.css
View file @
8850fc23
...
@@ -512,7 +512,7 @@ input[type="range"]{
...
@@ -512,7 +512,7 @@ input[type="range"]{
border
:
none
;
border
:
none
;
background
:
none
;
background
:
none
;
flex
:
unset
;
flex
:
unset
;
gap
:
0.5
em
;
gap
:
1
em
;
}
}
#quicksettings
>
div
>
div
{
#quicksettings
>
div
>
div
{
...
@@ -521,6 +521,17 @@ input[type="range"]{
...
@@ -521,6 +521,17 @@ input[type="range"]{
padding
:
0
;
padding
:
0
;
}
}
#quicksettings
>
div
>
div
>
div
>
div
>
label
>
span
{
position
:
relative
;
margin-right
:
9em
;
margin-bottom
:
-1em
;
}
#quicksettings
>
div
>
div
>
label
>
span
{
position
:
relative
;
margin-bottom
:
-1em
;
}
canvas
[
key
=
"mask"
]
{
canvas
[
key
=
"mask"
]
{
z-index
:
12
!important
;
z-index
:
12
!important
;
filter
:
invert
();
filter
:
invert
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment