diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-13 09:34:16 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-13 09:34:16 +0000 |
| commit | c3b401167dcee32f57a271fc966a811cfe4b1fc5 (patch) | |
| tree | 64d952e7c531aa72a52fe26911509fe7cf43b8a9 /src/App.scss | |
| parent | d7e4279c590a002411abb31f2f164301fdb34493 (diff) | |
| parent | bac092d953eb661bcbcc06b734c509e68f939818 (diff) | |
Merge branch 'fix/css-fixes-attachments-timeline-bottom' into 'develop'
CSS fixes
Closes #39
See merge request pleroma/pleroma-fe!154
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 6679b2c2..c3c9013e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -128,12 +128,13 @@ main-router { border-radius: 10px; box-shadow: 1px 1px 3px rgba(0,0,0,.5); + overflow: hidden; } .panel-body:empty::before { content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations display: block; - margin: 20px; + margin: 1em; text-align: center; } |
