diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-16 10:15:10 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-16 10:15:10 +0300 |
| commit | b24b891c1c8e18beece00cbe6fe92375df8b0337 (patch) | |
| tree | bf4a098e818ac28c688b3ad46e1db1f586ea31bf /src | |
| parent | 81d262af42b7b44ac8582a9dcfd7791423e3a0b4 (diff) | |
Clean up styling a bit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a94fe2cb..c578528b 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -122,7 +122,6 @@ .autocomplete-panel { margin: 0 0.5em 0 0.5em; - padding: 0.25em 0.45em 0 0.45em; border-radius: 5px; position: absolute; z-index: 1; @@ -132,17 +131,16 @@ .autocomplete { cursor: pointer; - padding: 0.2em 0 0.2em 0; - margin: 0.1em 0 0.1em 0; + padding: 0.2em 0.4em 0.2em 0.4em; border-bottom: 1px solid rgba(0, 0, 0, 0.4); display: flex; img { - width: 22px; - height: 22px; + width: 24px; + height: 24px; border-radius: 2px; } span { - line-height: 20px; + line-height: 24px; margin: 0 0.1em 0 0.2em; } small { |
