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
74f940e8
Commit
74f940e8
authored
Sep 23, 2022
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
71cfb9eb
b04a36be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
style.css
style.css
+16
-0
No files found.
style.css
View file @
74f940e8
...
...
@@ -154,7 +154,23 @@ button{
right
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
34px
;
z-index
:
100
;
border
:
none
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
}
@media
screen
and
(
min-width
:
768px
)
{
#txt2img_preview
,
#img2img_preview
{
position
:
absolute
;
}
}
@media
screen
and
(
max-width
:
767px
)
{
#txt2img_preview
,
#img2img_preview
{
position
:
relative
;
}
}
#txt2img_preview
div
.left-0.top-0
,
#img2img_preview
div
.left-0.top-0
{
...
...
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