[bugfix] Message Page: Message Logs: System Message: Fix width and set to text center.

This commit is contained in:
Sakamoto Shiina
2025-01-03 20:59:06 +09:00
parent b6b73b2d01
commit 31fb57baad

View File

@@ -71,12 +71,13 @@
.message_box { .message_box {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%;
&.sent_message { &.sent_message {
width: 100%;
align-items: end; align-items: end;
text-align: end; text-align: end;
} }
&.received_message { &.received_message {
width: 100%;
align-items: start; align-items: start;
} }
} }