forked from mystiq/hydrogen-web
Make reply preview flush left
This commit is contained in:
parent
1b9f970d7f
commit
4d63b41127
1 changed files with 15 additions and 0 deletions
|
@ -49,6 +49,21 @@ limitations under the License.
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ReplyPreviewView .Timeline_message {
|
||||||
|
display: grid;
|
||||||
|
grid-template:
|
||||||
|
"body" auto
|
||||||
|
"body" 1fr;
|
||||||
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ReplyPreviewView .Timeline_message:not(.continuation) {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
.Timeline_message {
|
.Timeline_message {
|
||||||
grid-template:
|
grid-template:
|
||||||
|
|
Loading…
Reference in a new issue