chore: prettier format ForwardMessageDialog.tsx and lotus-terminal.css.ts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 23:22:49 -04:00
parent f8466f2f02
commit bf8fa85055
2 changed files with 9 additions and 11 deletions
@@ -51,12 +51,7 @@ function RoomRow({ room, dm, useAuthentication, onClick, sending }: RoomRowProps
src={avatarUrl}
alt={room.name}
renderFallback={() => (
<RoomIcon
roomType={room.getType()}
size="100"
joinRule={room.getJoinRule()}
filled
/>
<RoomIcon roomType={room.getType()} size="100" joinRule={room.getJoinRule()} filled />
)}
/>
</Avatar>
+8 -5
View File
@@ -905,11 +905,14 @@ globalStyle(`body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-conte
textShadow: '0 0 8px rgba(0,212,255,0.25)',
});
// light TDS
globalStyle(`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`, {
background: 'rgba(0,98,184,0.04) !important' as any,
border: '1px solid rgba(0,98,184,0.22) !important' as any,
color: '#111827 !important' as any,
});
globalStyle(
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`,
{
background: 'rgba(0,98,184,0.04) !important' as any,
border: '1px solid rgba(0,98,184,0.22) !important' as any,
color: '#111827 !important' as any,
},
);
globalStyle(
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer][data-selected="true"]`,
{