Alignment and mobile fixes
This commit is contained in:
parent
9aeb9df26f
commit
258956fefc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue