feat: align chat page title center on mobile screen

This commit is contained in:
Yidadaa
2023-06-26 01:27:36 +08:00
parent 7893693706
commit 82ec4474c2
5 changed files with 37 additions and 19 deletions

View File

@@ -26,12 +26,16 @@
font-size: 14px;
margin-top: 5px;
}
@media screen and (max-width: 600px) {
text-align: center;
}
}
.window-actions {
display: inline-flex;
}
.window-action-button {
.window-action-button:not(:first-child) {
margin-left: 10px;
}