diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-15 16:45:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-05-12 15:19:53 +0300 |
| commit | fc1283da834f4e2864c02fe8eb824b1c918d0710 (patch) | |
| tree | 3c6f3d49e4e79e4e164612be013dae99636f36f5 /src/components/attachment/attachment.vue | |
| parent | 57e91bc783b8f507e537b30b2207cbc91ff4fd34 (diff) | |
fixed nsfw hider having very small height, some border-radii for consistency
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index b2f63668..c48fb16b 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -96,6 +96,9 @@ background: rgba(230,230,230,0.6); font-weight: bold; z-index: 4; + line-height: 1; + border-radius: $fallback--tooltipRadius; + border-radius: var(--tooltipRadius, $fallback--tooltipRadius); } .small { |
