Commit bba8864f by Lee Munkyeong

メッセージ表示CSS修正

parent 2c3dfd56
...@@ -795,6 +795,12 @@ input[name="tab_item"] { ...@@ -795,6 +795,12 @@ input[name="tab_item"] {
background: aliceblue; background: aliceblue;
} }
.my_messages {
display: flow-root;
width: 100%;
height: fit-content;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
/* chat item */ /* chat item */
.tab_item { .tab_item {
......
<div class="my_messages">
<div class="room_right"> <div class="room_right">
<div class="text">{{text}}</div> <div class="text">{{text}}</div>
{{#isToday}} {{#isToday}}
...@@ -14,4 +15,5 @@ ...@@ -14,4 +15,5 @@
{{#unreadCount}} {{#unreadCount}}
<div class="unread d-flex align-items-end"><span>{{unreadCount}}</span></div> <div class="unread d-flex align-items-end"><span>{{unreadCount}}</span></div>
{{/unreadCount}} {{/unreadCount}}
</div>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment