move global title to infrastructure

This commit is contained in:
xmcp
2019-06-19 20:38:27 +08:00
parent e97c939831
commit 03068f68e5
4 changed files with 3 additions and 31 deletions

View File

@@ -59,22 +59,14 @@
overflow-y: hidden;
}
.aux-margin,
.left-container .flow-item {
margin-left: 50px;
}
.aux-margin {
width: calc(100% - 2 * 50px);
}
@media screen and (max-width: 1300px) {
.aux-margin,
.left-container .flow-item {
margin-left: 10px;
}
.aux-margin {
width: calc(100% - 2 * 10px);
}
.flow-reply-row {
width: calc(100% - 485px);