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
41e76d12
Unverified
Commit
41e76d12
authored
Jan 28, 2023
by
AUTOMATIC1111
Committed by
GitHub
Jan 28, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7258 from ItsOlegDm/master
Css fixes
parents
e2c71a4b
29d2d6a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
6 deletions
+34
-6
style.css
style.css
+34
-6
No files found.
style.css
View file @
41e76d12
...
...
@@ -74,7 +74,12 @@
#txt2img_gallery
img
,
#img2img_gallery
img
{
object-fit
:
scale-down
;
}
#txt2img_actions_column
,
#img2img_actions_column
{
margin
:
0.35rem
0.75rem
0.35rem
0
;
}
#script_list
{
padding
:
.625rem
.75rem
0
.625rem
;
}
.justify-center.overflow-x-scroll
{
justify-content
:
left
;
}
...
...
@@ -126,6 +131,7 @@
#txt2img_actions_column
,
#img2img_actions_column
{
gap
:
0
;
margin-right
:
.75rem
;
}
#txt2img_tools
,
#img2img_tools
{
...
...
@@ -150,6 +156,7 @@
#txt2img_styles_row
,
#img2img_styles_row
{
gap
:
0.25em
;
margin-top
:
0.3em
;
}
#txt2img_styles_row
>
button
,
#img2img_styles_row
>
button
{
...
...
@@ -311,11 +318,11 @@ input[type="range"]{
.min-h-
\
[
6rem
\
]
{
min-height
:
unset
!important
;
}
.progressDiv
{
position
:
absolut
e
;
position
:
relativ
e
;
height
:
20px
;
top
:
-20px
;
background
:
#b4c0cc
;
border-radius
:
3px
!important
;
margin-bottom
:
-3px
;
}
.dark
.progressDiv
{
...
...
@@ -535,7 +542,7 @@ input[type="range"]{
}
#quicksettings
{
gap
:
0.4em
;
width
:
fit-content
;
}
#quicksettings
>
div
,
#quicksettings
>
fieldset
{
...
...
@@ -545,6 +552,7 @@ input[type="range"]{
border
:
none
;
box-shadow
:
none
;
background
:
none
;
margin-right
:
10px
;
}
#quicksettings
>
div
>
div
>
div
>
label
>
span
{
...
...
@@ -567,7 +575,7 @@ canvas[key="mask"] {
right
:
0.5em
;
top
:
-0.6em
;
z-index
:
400
;
width
:
8
em
;
width
:
6
em
;
}
#quicksettings
.gr-box
>
div
>
div
>
input
.gr-text-input
{
top
:
-1.12em
;
...
...
@@ -665,11 +673,27 @@ canvas[key="mask"] {
#quicksettings
.gr-button-tool
{
margin
:
0
;
border-color
:
unset
;
background-color
:
unset
;
}
#modelmerger_interp_description
>
p
{
margin
:
0
!important
;
text-align
:
center
;
}
#modelmerger_interp_description
{
margin
:
0.35rem
0.75rem
1.23rem
;
}
#img2img_settings
>
div
.gr-form
,
#txt2img_settings
>
div
.gr-form
{
padding-top
:
0.9em
;
padding-bottom
:
0.9em
;
}
#txt2img_settings
{
padding-top
:
1.16em
;
padding-bottom
:
0.9em
;
}
#img2img_settings
{
padding-bottom
:
0.9em
;
}
#img2img_settings
div
.gr-form
.gr-form
,
#txt2img_settings
div
.gr-form
.gr-form
,
#train_tabs
div
.gr-form
.gr-form
{
...
...
@@ -741,6 +765,7 @@ footer {
.dark
.gr-compact
{
background-color
:
rgb
(
31
41
55
/
var
(
--tw-bg-opacity
));
margin-left
:
0
;
}
.gr-compact
{
...
...
@@ -925,3 +950,6 @@ footer {
color
:
red
;
}
[
id
*=
'_prompt_container'
]
>
div
{
margin
:
0
!important
;
}
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