UX: Show only the expand icon in lightboxes on mobile.
This commit is contained in:
parent
a48059fd8f
commit
4436024563
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue