aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdThumbnail.vue
diff options
context:
space:
mode:
authorpacien2020-04-11 03:57:44 +0200
committerpacien2020-04-11 03:57:44 +0200
commita196acf14daf613e931e39dd0daa927ebc89099d (patch)
tree68aad05a668c437d7470f76ad182b964a425395d /viewer/src/components/LdThumbnail.vue
parent54d77dddec39a4864f5a1614d1c76628aae10666 (diff)
downloadldgallery-a196acf14daf613e931e39dd0daa927ebc89099d.tar.gz
viewer: ldthumbnail: reduce non-picture element size
They were too big and not dense enough on small screens
Diffstat (limited to 'viewer/src/components/LdThumbnail.vue')
-rw-r--r--viewer/src/components/LdThumbnail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdThumbnail.vue b/viewer/src/components/LdThumbnail.vue
index f8343eb..4ab6446 100644
--- a/viewer/src/components/LdThumbnail.vue
+++ b/viewer/src/components/LdThumbnail.vue
@@ -67,7 +67,7 @@ export default class LdThumbnail extends Vue {
67.thumbnail-other { 67.thumbnail-other {
68 width: $thumbnail-other-size; 68 width: $thumbnail-other-size;
69 height: $thumbnail-other-size; 69 height: $thumbnail-other-size;
70 padding-top: $body-line-height * 2em; 70 padding-top: $body-line-height * 1em;
71 text-align: center; 71 text-align: center;
72 word-break: break-word; 72 word-break: break-word;
73 overflow: hidden; 73 overflow: hidden;