about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Shared
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-07 07:27:37 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-07 07:27:37 +0100
commit98e89232ff50b9c48a11fcae27869806490b1187 (patch)
tree433405d39ed533842c9d684a79b4216efe834893 /MatrixRoomUtils.Web/Shared
parentReformat (diff)
downloadMatrixUtils-98e89232ff50b9c48a11fcae27869806490b1187.tar.xz
Temp state
Diffstat (limited to 'MatrixRoomUtils.Web/Shared')
-rw-r--r--MatrixRoomUtils.Web/Shared/RoomListItem.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/Shared/RoomListItem.razor b/MatrixRoomUtils.Web/Shared/RoomListItem.razor

index 970526d..c5c3cfe 100644 --- a/MatrixRoomUtils.Web/Shared/RoomListItem.razor +++ b/MatrixRoomUtils.Web/Shared/RoomListItem.razor
@@ -16,7 +16,7 @@ </span> <span class="centerVertical noLeftPadding">-></span> } - <MxcImage Class="avatar32" MxcUri="RoomInfo.RoomIcon" Style="@(ChildContent is not null ? "vertical-align: middle;" : "")"/> + <MxcImage Class="avatar32" MxcUri="@RoomInfo.RoomIcon" Style="@(ChildContent is not null ? "vertical-align: middle;" : "")"/> <div class="inlineBlock"> <span class="centerVertical">@RoomInfo.RoomName</span> @if (ChildContent is not null) {