Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
db85421d
Commit
db85421d
authored
Feb 27, 2023
by
bluelovers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: better lightbox when not enable zoom
parent
0cc0ee1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
javascript/imageviewer.js
javascript/imageviewer.js
+1
-1
style.css
style.css
+1
-3
No files found.
javascript/imageviewer.js
View file @
db85421d
...
...
@@ -11,7 +11,7 @@ function showModal(event) {
if
(
modalImage
.
style
.
display
===
'
none
'
)
{
lb
.
style
.
setProperty
(
'
background-image
'
,
'
url(
'
+
source
.
src
+
'
)
'
);
}
lb
.
style
.
display
=
"
block
"
;
lb
.
style
.
display
=
"
flex
"
;
lb
.
focus
()
const
tabTxt2Img
=
gradioApp
().
getElementById
(
"
tab_txt2img
"
)
...
...
style.css
View file @
db85421d
...
...
@@ -436,9 +436,7 @@ input[type="range"]{
#modalImage
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
auto
;
margin
:
auto
;
width
:
auto
;
}
...
...
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