[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 {
display: flex;
flex-direction: column;
width: 100%;
&.sent_message {
width: 100%;
align-items: end;
text-align: end;
}
&.received_message {
width: 100%;
align-items: start;
}
}