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.
This commit is contained in:
parent
c8d25eab61
commit
08393b8580
28
src/App.scss
28
src/App.scss
@ -145,10 +145,6 @@ status.ng-enter.ng-enter-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.media-body {
|
|
||||||
flex: 1
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 920px;
|
max-width: 920px;
|
||||||
@ -163,34 +159,14 @@ status.ng-enter.ng-enter-active {
|
|||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status .avatar {
|
.container > * {
|
||||||
width: 48px;
|
min-width: 0px;
|
||||||
}
|
|
||||||
|
|
||||||
.status.compact .avatar {
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status {
|
|
||||||
padding: 0.5em;
|
|
||||||
padding-right: 1em;
|
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-el:last-child .status {
|
|
||||||
border: none
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[ng-click] {
|
[ng-click] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-el p {
|
|
||||||
margin: 0;
|
|
||||||
margin-top: 0.2em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
img {
|
img {
|
||||||
|
@ -71,6 +71,12 @@
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
margin-top: 0.2em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-actions {
|
.status-actions {
|
||||||
@ -80,4 +86,22 @@
|
|||||||
.icon-reply:hover {
|
.icon-reply:hover {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user