diff options
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/assets/scss/theme.scss | 2 | ||||
-rw-r--r-- | viewer/src/components/LdThumbnail.vue | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss index 9e9cdc8..0c351e5 100644 --- a/viewer/src/assets/scss/theme.scss +++ b/viewer/src/assets/scss/theme.scss | |||
@@ -69,7 +69,7 @@ $loader-color: $palette-800; | |||
69 | $input-tag-delete-background-color: $palette-700; | 69 | $input-tag-delete-background-color: $palette-700; |
70 | $breadcrumb-margins: 12px; | 70 | $breadcrumb-margins: 12px; |
71 | $breadcrumb-overflow-mask-size: $breadcrumb-margins + 60px; | 71 | $breadcrumb-overflow-mask-size: $breadcrumb-margins + 60px; |
72 | $thumbnail-other-size: $body-line-height * 9em; | 72 | $thumbnail-other-size: $body-line-height * 7em; |
73 | $proposed-category-bgcolor: $palette-700; | 73 | $proposed-category-bgcolor: $palette-700; |
74 | 74 | ||
75 | // Layout | 75 | // Layout |
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; |