提交 13f1357b 编写于 作者: C catboxanon

Make image viewer actually fit the whole page

上级 541ef924
...@@ -609,13 +609,19 @@ table.popup-table .link{ ...@@ -609,13 +609,19 @@ table.popup-table .link{
display: flex; display: flex;
gap: 1em; gap: 1em;
padding: 1em; padding: 1em;
background-color: rgba(0,0,0,0.2); background-color:rgba(0,0,0,0);
z-index: 1;
transition: 0.2s ease background-color;
}
.modalControls:hover {
background-color:rgba(0,0,0,0.9);
} }
.modalClose { .modalClose {
margin-left: auto; margin-left: auto;
} }
.modalControls span{ .modalControls span{
color: white; color: white;
text-shadow: 0px 0px 0.25em black;
font-size: 35px; font-size: 35px;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
...@@ -640,6 +646,13 @@ table.popup-table .link{ ...@@ -640,6 +646,13 @@ table.popup-table .link{
min-height: 0; min-height: 0;
} }
#modalImage{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.modalPrev, .modalPrev,
.modalNext { .modalNext {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册