aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-25 13:42:33 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-25 13:42:33 +0100
commit08393b8580385d2627da2ebd9e3a09455d101a3a (patch)
tree2ed6520059163a392b4292393ffdcf0752af9b12 /src/App.scss
parentc8d25eab61450340039374f0ffc4b2388825714b (diff)
Fix word wrapping on Firefox.
Also, move some css around. See https://bugzilla.mozilla.org/show_bug.cgi?id=1136818 for the word wrapping stuff.
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss28
1 files changed, 2 insertions, 26 deletions
diff --git a/src/App.scss b/src/App.scss
index a97ad56d..47886e31 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -145,10 +145,6 @@ status.ng-enter.ng-enter-active {
}
-.media-body {
- flex: 1
-}
-
#content {
margin: auto;
max-width: 920px;
@@ -163,34 +159,14 @@ status.ng-enter.ng-enter-active {
padding-left: 0.3em;
}
-.status .avatar {
- width: 48px;
-}
-
-.status.compact .avatar {
- width: 32px;
-}
-
-.status {
- padding: 0.5em;
- padding-right: 1em;
- border-bottom: 1px solid silver;
-}
-
-.status-el:last-child .status {
- border: none
+.container > * {
+ min-width: 0px;
}
[ng-click] {
cursor: pointer;
}
-.status-el p {
- margin: 0;
- margin-top: 0.2em;
- margin-bottom: 0.5em;
-}
-
.user-info {
padding: 1em;
img {