logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 6c5b5eb52b7e000a2af896a0ada9ff4488ac8709
parent: 65c7ad12691a781195489eb3dae9111b7c3a9f78
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 15 Jan 2017 15:53:55 +0100

Border css fix.

Diffstat:

Msrc/components/timeline/timeline.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue @@ -22,7 +22,7 @@ <style lang="scss"> .new-status-notification { border-style: solid; - border-width: 1px; + border-width: 1px 0 1px 0; font-size: 1.1em; p {