element-portable/src/components/views/right_panel
Suguru Hirahara cea75fde27
Fix text link buttons on UserInfo panel (#8247)
* Fix text link buttons on UserInfo (right) panel

- Fix link button styling
  - Replace className="mx_linkButton" with kind="link"
  - Remove style rules required for mx_linkButton
- Align E2E icon and devices on the device list
  - Replace margin with gap

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Spacing variables

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Replace link_inline with link

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove a redundant rule

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Wrap verifyButton

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2022-05-02 01:08:42 +00:00
..
BaseCard.tsx Step 8.5: Move right panel context 2022-03-28 14:02:31 -06:00
context.ts Step 8.5: Move right panel context 2022-03-28 14:02:31 -06:00
EncryptionInfo.tsx unit test basic paths in UserInfo (#7740) 2022-02-08 12:14:52 +00:00
EncryptionPanel.tsx Step 3.2: Stop using getComponent in code 2022-03-28 14:02:31 -06:00
HeaderButton.tsx Merge branch 'develop' into travis/remove-skinning 2022-04-05 10:50:37 -06:00
HeaderButtons.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
PinnedMessagesCard.tsx Step 8.5: Move pinned events custom event type 2022-03-28 14:02:31 -06:00
RoomHeaderButtons.tsx Merge branch 'develop' into travis/remove-skinning 2022-04-05 10:50:37 -06:00
RoomSummaryCard.tsx Don't use m.call for Jitsi video rooms (#8223) 2022-04-04 10:29:40 -04:00
TimelineCard.tsx Fix: Remove jittery timeline scrolling after jumping to an event (#8263) 2022-04-08 20:48:57 +02:00
types.ts Step 8.5: Move pinned events custom event type 2022-03-28 14:02:31 -06:00
UserInfo.tsx Fix text link buttons on UserInfo panel (#8247) 2022-05-02 01:08:42 +00:00
VerificationPanel.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
WidgetCard.tsx Fix right panel data flow (#7811) 2022-02-16 11:19:28 +00:00