Commit 205ba6e1 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Revert "add styles for image zoom"

This reverts commit 326236ed.
parent e88bb1db
...@@ -246,26 +246,17 @@ input[type="range"]{ ...@@ -246,26 +246,17 @@ input[type="range"]{
background-color: rgba(20, 20, 20, 0.95); background-color: rgba(20, 20, 20, 0.95);
} }
.modalClose, .modalClose {
.modalZoom {
color: white; color: white;
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 25px; right: 25px;
font-size: 35px; font-size: 35px;
font-weight: bold; font-weight: bold;
cursor: pointer;
}
.modalZoom {
left: 10px;
right: auto;
} }
.modalClose:hover, .modalClose:hover,
.modalClose:focus, .modalClose:focus {
.modalZoom:hover,
.modalZoom:focus {
color: #999; color: #999;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
...@@ -279,11 +270,6 @@ input[type="range"]{ ...@@ -279,11 +270,6 @@ input[type="range"]{
width: auto; width: auto;
} }
.modalImageFullscreen {
max-width: max-content;
height: 90%;
}
.modalPrev, .modalPrev,
.modalNext { .modalNext {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment