diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-05 10:55:15 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-05 10:55:15 +0100 |
| commit | 82d023609bd20a5616c9773842cb8fb4d51dfdb7 (patch) | |
| tree | cbeb764d369f0c6461f5251feb1bbbfc88f04ec9 /src/App.scss | |
| parent | 88d960b9f6109c0c57958fb74d841dab9954ac33 (diff) | |
| parent | 572aceb7e7a86c227f2d92c0abf651ba9c3cb4df (diff) | |
Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/src/App.scss b/src/App.scss index 3c04d020..a15751aa 100644 --- 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; +} |
