UX: Show only the expand icon in lightboxes on mobile.

This commit is contained in:
Bianca Nenciu 2018-08-20 22:08:23 +02:00
parent a48059fd8f
commit 4436024563
2 changed files with 22 additions and 0 deletions

View File

@ -16,6 +16,7 @@
@import "mobile/upload";
@import "mobile/user";
@import "mobile/history";
@import "mobile/lightbox";
@import "mobile/directory";
@import "mobile/search";
@import "mobile/emoji";

View File

@ -0,0 +1,21 @@
.lightbox .meta,
.lightbox:hover .meta {
opacity: 0.8;
}
.meta {
height: 25px;
width: 25px;
bottom: 0;
left: 0;
.filename,
.informations {
display: none;
}
.expand {
bottom: 1px;
right: 6px;
}
}