aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-13 11:08:34 +0200
committershpuld <shp@cock.li>2017-11-13 11:08:34 +0200
commitbac092d953eb661bcbcc06b734c509e68f939818 (patch)
tree823423f855733e1a3f54c13cb91f2015aeceb410 /src/App.scss
parentf74ad6d3e1cbfa3d855bdd993d2d6a060b8deb2d (diff)
Make oembeds behave properly, hide empty html attachments, hide overflowing timeline background.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 944c32b6..f10c3d65 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;
}