diff options
| author | Henry Jameson <me@hjkos.com> | 2019-01-09 16:31:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-01-09 16:31:53 +0300 |
| commit | f4b499b044a314de83fb736d4117d39762083aa5 (patch) | |
| tree | e9622503cb92c23024e330af731be6e87249dd8c /src | |
| parent | d13f36a2ad086b86466d64015378976114d4cc62 (diff) | |
better fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 068ed691..0e820182 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -142,7 +142,7 @@ border-bottom-right-radius: 0; .panel-heading { - padding: .6em 0; + padding: .5em 0; text-align: center; box-shadow: none; } @@ -153,10 +153,6 @@ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), $fallback--bg 80%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%); - /* This fixes chrome's pixel rounding glitch */ - margin-bottom: -1px; - padding-bottom: 1px; - .profile-bio { text-align: center; } |
