diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
| commit | f47a0ff0ef73cc76867403f177aa7e745aad4503 (patch) | |
| tree | c8da60aadf5000d41ae06aa329a85f7dae289ef5 /src/components/status/status.vue | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
| parent | 2f4d8110797b903920ae821bbc3c6419609acb5e (diff) | |
Merge branch 'develop' into 'develop'
Develop
See merge request !15
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 0c004936..85d78d2e 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -94,6 +94,7 @@ .user-content { min-height: 52px; + padding-top: 1px; } .source_url { @@ -106,12 +107,10 @@ a { display: inline-block; - word-break: break-all; } .status-content { - margin-top: 3px; - margin-bottom: 3px; + margin: 3px 15px 4px 0; } p { @@ -138,8 +137,7 @@ } .status { - padding: 0.5em; - padding-right: 1em; + padding: 0.65em 0.7em 0.8em 0.8em; border-bottom: 1px solid; } .muted button { |
