diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-05-13 12:27:28 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-05-13 12:27:28 +0000 |
| commit | 8f58526bbccdca6019bdd66126a3fb7a148bd951 (patch) | |
| tree | ae2401a3c998a99d8de3fa608f04716816963ebf /src/components/attachment/attachment.vue | |
| parent | 622e8cd94feae777290236c5d5126343da93f142 (diff) | |
| parent | dc33c0aaacd56d0854418829fdbc1c32a70ef0f7 (diff) | |
Merge branch 'fix/moreCssFixesAndStuff' into 'develop'
Fix/more css fixes and stuff
Closes #77
See merge request pleroma/pleroma-fe!234
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 { |
