This commit is contained in:
ManjaroOne666 2019-01-27 16:27:02 +00:00
parent fe6d55ee4a
commit 60159f2276
3 changed files with 5 additions and 3 deletions

View File

@ -40,11 +40,11 @@ export default {
position: absolute; position: absolute;
display: block; display: block;
max-width: 66%; max-width: 66%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5em; font-size: 1.5em;
padding: .5em 1em .5em 1em;
margin: 1rem 0 0 0;
color: #fff; color: #fff;
} }

View File

@ -168,6 +168,7 @@ export default {
@media (max-width: $bp__layout) { @media (max-width: $bp__layout) {
.close-viewer { .close-viewer {
z-index: 10;
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;

View File

@ -269,6 +269,7 @@ export default {
} }
.thumb-nav { .thumb-nav {
z-index: 20;
position: absolute; position: absolute;
width: 8rem; width: 8rem;
height: 8rem; height: 8rem;