Alignment and mobile fixes
This commit is contained in:
parent
9aeb9df26f
commit
258956fefc
|
@ -2,10 +2,14 @@
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-controls span:not(.d-button-label) {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.post-controls .accepted-text {
|
.post-controls .accepted-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: 1;
|
|
||||||
margin-right: -3px;
|
margin-right: -3px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
@ -15,11 +19,6 @@
|
||||||
// background-color: #E9FFE0;
|
// background-color: #E9FFE0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-view .post-controls .accepted-text {
|
|
||||||
float: left;
|
|
||||||
padding: .7em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-view .solved-panel {
|
.mobile-view .solved-panel {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue