fix: alignment of mobile settings page title.

This commit is contained in:
Yorun
2023-06-26 04:16:06 +00:00
parent 5f7c262759
commit b003a374b8
4 changed files with 11 additions and 9 deletions

View File

@@ -218,7 +218,7 @@
overscroll-behavior: none;
}
.chat-body-title {
.chat-body-main-title {
cursor: pointer;
&:hover {
@@ -226,6 +226,12 @@
}
}
@media only screen and (max-width: 600px) {
.chat-body-title {
text-align: center;
}
}
.chat-message {
display: flex;
flex-direction: row;