Alignment and mobile fixes

This commit is contained in:
Kris 2018-06-26 23:27:58 -04:00
parent 9aeb9df26f
commit 258956fefc
1 changed files with 5 additions and 6 deletions

View File

@ -2,10 +2,14 @@
color: green;
}
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
}
.post-controls .accepted-text {
display: inline-block;
font-size: inherit;
line-height: 1;
margin-right: -3px;
z-index: 999;
}
@ -15,11 +19,6 @@
// background-color: #E9FFE0;
}
.mobile-view .post-controls .accepted-text {
float: left;
padding: .7em 0;
}
.mobile-view .solved-panel {
margin-bottom: 15px;
}