Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
b8e6171c
Unverified
Commit
b8e6171c
authored
Feb 25, 2023
by
pythongosssss
Committed by
GitHub
Feb 25, 2023
Browse files
Shift menu up on small screens
parent
e053184a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
webshit/index.html
webshit/index.html
+8
-1
No files found.
webshit/index.html
View file @
b8e6171c
...
@@ -58,6 +58,13 @@
...
@@ -58,6 +58,13 @@
white-space
:
pre-line
;
/* This will respect line breaks */
white-space
:
pre-line
;
/* This will respect line breaks */
margin-bottom
:
20px
;
/* Add some margin between the text and the close button*/
margin-bottom
:
20px
;
/* Add some margin between the text and the close button*/
}
}
@media
only
screen
and
(
max-height
:
850px
)
{
#menu
{
margin-top
:
-70px
;
}
}
</style>
</style>
<div
id=
"myErrorModal"
class=
"modal"
>
<div
id=
"myErrorModal"
class=
"modal"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
...
@@ -914,7 +921,7 @@ function clearItems(type) {
...
@@ -914,7 +921,7 @@ function clearItems(type) {
</script>
</script>
<span
style=
"font-size: 15px;position: absolute; top: 50%; right: 0%; background-color: white; text-align: center; z-index: 100;width:170px
; transform: translateY(-50%);
"
>
<span
id=
"menu"
style=
"font-size: 15px;position: absolute; top: 50%; right: 0%; background-color: white; text-align: center; z-index: 100;width:170px"
>
<span
id=
"queuesize"
>
Queue size: X
</span><br>
<span
id=
"queuesize"
>
Queue size: X
</span><br>
<button
style=
"font-size: 20px;width: 100%;"
id=
"queuebutton"
onclick=
"postPrompt(0)"
>
Queue Prompt
</button><br>
<button
style=
"font-size: 20px;width: 100%;"
id=
"queuebutton"
onclick=
"postPrompt(0)"
>
Queue Prompt
</button><br>
<span
style=
"left: 0%;"
>
<span
style=
"left: 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