logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 2c999ce5a2f1246b6e982b188302a0e5a0775d7d
parent: 9ff8bf4c143f849635d64f5d0344ff999908fe34
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu,  3 Nov 2016 17:28:44 +0100

CSS fixes...

Diffstat:

Msrc/App.scss30+++---------------------------
1 file changed, 3 insertions(+), 27 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -179,33 +179,6 @@ status.ng-enter.ng-enter-active { width: 100%; } - .oembed { - border: 1px solid rgba(0, 0, 0, 0.14); - width: 100%; - - display: flex; - .image { - flex: 1; - display: flex; - img { - border: 0px; - border-radius: 0; - } - } - - .text { - flex: 2; - margin: 8px; - h1 { - font-size: 14px; - margin: 0px; - - a { - color: black; - } - } - } - } } .media-body { @@ -381,3 +354,6 @@ attention { } } } +nav { + z-index: 1000; +}