enhance(client): モバイルでのチャットリストのデザイン改善

This commit is contained in:
NoriDev 2023-06-04 03:27:13 +09:00
parent 041f41fb86
commit 90252c1c44

View file

@ -267,6 +267,7 @@ definePageMetadata({
@container (max-width: 500px) { @container (max-width: 500px) {
.message { .message {
> div { > div {
padding: 15px 20px;
font-size: .9em; font-size: .9em;
} }
} }