From 23bb09a7f7c0283da7c7c44c04d30918f35a47be Mon Sep 17 00:00:00 2001 From: hampus-fluxer Date: Tue, 6 Jan 2026 14:31:25 +0100 Subject: [PATCH] fix(app): add missing invite embed css (#61) --- fluxer_app/src/components/channel/InviteEmbed.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fluxer_app/src/components/channel/InviteEmbed.module.css b/fluxer_app/src/components/channel/InviteEmbed.module.css index 8c8e8443..d7084eb3 100644 --- a/fluxer_app/src/components/channel/InviteEmbed.module.css +++ b/fluxer_app/src/components/channel/InviteEmbed.module.css @@ -74,6 +74,11 @@ width: 100%; text-align: start; } + +.inviteWrapper { + width: 100%; +} + .verifiedIcon { height: 1.15rem; width: 1.15rem;