Minor appearance improvement
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import AddReactionIcon from "@mui/icons-material/AddReaction";
|
import AddReactionIcon from "@mui/icons-material/AddReaction";
|
||||||
import DeleteIcon from "@mui/icons-material/Delete";
|
import DeleteIcon from "@mui/icons-material/Delete";
|
||||||
import EditIcon from "@mui/icons-material/Edit";
|
|
||||||
import DownloadIcon from "@mui/icons-material/Download";
|
import DownloadIcon from "@mui/icons-material/Download";
|
||||||
|
import EditIcon from "@mui/icons-material/Edit";
|
||||||
import {
|
import {
|
||||||
Box,
|
Box,
|
||||||
Button,
|
Button,
|
||||||
@@ -280,7 +280,9 @@ function RoomMessage(p: {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Text message */}
|
{/* Text message */}
|
||||||
{p.message.type === "m.text" && p.message.content}
|
{p.message.type === "m.text" && (
|
||||||
|
<div style={{ margin: "2px 0px" }}>{p.message.content}</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<ButtonGroup
|
<ButtonGroup
|
||||||
className="buttons"
|
className="buttons"
|
||||||
|
|||||||
Reference in New Issue
Block a user