diff options
author | pacien | 2020-04-11 03:57:44 +0200 |
---|---|---|
committer | pacien | 2020-04-11 03:57:44 +0200 |
commit | a196acf14daf613e931e39dd0daa927ebc89099d (patch) | |
tree | 68aad05a668c437d7470f76ad182b964a425395d /viewer/src/components | |
parent | 54d77dddec39a4864f5a1614d1c76628aae10666 (diff) | |
download | ldgallery-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')
-rw-r--r-- | viewer/src/components/LdThumbnail.vue | 2 |
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; |