multiple lines of post-actions smushed on mobile

This commit is contained in:
Jeff Atwood 2014-10-19 22:47:34 -07:00
parent 53feb1d2d0
commit 2517496bf4
1 changed files with 11 additions and 9 deletions

View File

@ -116,9 +116,18 @@ button {
} }
.post-actions { .post-actions {
margin-left: 10px;
margin-top: 2px;
display: inline-block; display: inline-block;
width: 100%;
}
.post-action {
float: right;
margin-right: 10px;
clear: right;
}
.post-action .relative-date {
margin-left: 5px;
} }
a.reply-to-tab { a.reply-to-tab {
@ -402,14 +411,7 @@ iframe {
margin-top: -20px; margin-top: -20px;
} }
.post-action {
float:right;
margin-right: 10px;
}
.post-action .relative-date {
margin-left: 5px;
}
.deleted { .deleted {
background-color: scale-color($danger, $lightness: 75%); background-color: scale-color($danger, $lightness: 75%);