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:
@@ -51,12 +51,7 @@ function RoomRow({ room, dm, useAuthentication, onClick, sending }: RoomRowProps
|
|||||||
src={avatarUrl}
|
src={avatarUrl}
|
||||||
alt={room.name}
|
alt={room.name}
|
||||||
renderFallback={() => (
|
renderFallback={() => (
|
||||||
<RoomIcon
|
<RoomIcon roomType={room.getType()} size="100" joinRule={room.getJoinRule()} filled />
|
||||||
roomType={room.getType()}
|
|
||||||
size="100"
|
|
||||||
joinRule={room.getJoinRule()}
|
|
||||||
filled
|
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
</Avatar>
|
</Avatar>
|
||||||
|
|||||||
@@ -905,11 +905,14 @@ globalStyle(`body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-conte
|
|||||||
textShadow: '0 0 8px rgba(0,212,255,0.25)',
|
textShadow: '0 0 8px rgba(0,212,255,0.25)',
|
||||||
});
|
});
|
||||||
// light TDS
|
// light TDS
|
||||||
globalStyle(`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`, {
|
globalStyle(
|
||||||
background: 'rgba(0,98,184,0.04) !important' as any,
|
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`,
|
||||||
border: '1px solid rgba(0,98,184,0.22) !important' as any,
|
{
|
||||||
color: '#111827 !important' as any,
|
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(
|
globalStyle(
|
||||||
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer][data-selected="true"]`,
|
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer][data-selected="true"]`,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user