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;
display: block;
max-width: 66%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5em;
padding: .5em 1em .5em 1em;
margin: 1rem 0 0 0;
color: #fff;
}

View File

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

View File

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