discourse/plugins/chat/assets/stylesheets/desktop
Jarek Radosz 1defb9449b
UX: Move user-cards above composer (#27491)
There is currently only one scenario when both the composer and a user card would be present at the same time:

if you have the composer open and then you click on something outside it that triggers a card. Which implies intent to see the card (unobstructed by the composer 😉)

The reverse doesn't happen because opening the composer would close an existing user card.

In theory there's also displaying a user card by clicking on a mention in composer's preview but that functionality is currently broken (and this PR is a prerequisite 😉)

---

I changed `.user-card, .group-card` to `.fk-d-menu[data-identifier="card"]` because that regressed when we moved user cards to float-kit – they are nested inside `.fk-d-menu` so its `z-index` is now important (effectively the cards had `z-index: z("dropdown")` instead of `z("usercard")`)
2024-06-18 15:12:41 +02:00
..
base-desktop.scss UX: Move user-cards above composer (#27491) 2024-06-18 15:12:41 +02:00
chat-channel-info.scss UX: chat channel info area > classname changes (#24954) 2023-12-18 22:09:47 +01:00
chat-composer-uploads.scss UX: chat > general fixes (#25929) 2024-02-28 15:12:13 +01:00
chat-index-drawer.scss FEATURE: load chat channel settings within drawer (#27346) 2024-06-06 14:01:09 +04:00
chat-index-full-page.scss UX: add illustrations for empty chat list + split into tabs on drawer (#26910) 2024-05-28 17:00:04 +04:00
chat-message-actions.scss DEV: Convert mobile chat message actions to a modal (#26436) 2024-04-04 09:25:52 -03:00
chat-message-creator.scss FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
chat-message-thread-indicator.scss FEATURE: my threads page (#24771) 2023-12-11 07:38:07 +01:00
chat-message.scss UX: Improve border-radius stuff in chat-message actions (#25129) 2024-01-04 12:33:07 +01:00
chat-navbar.scss UX: chat header size and alignments (#25239) 2024-01-12 14:27:44 +01:00
index.scss UX: chat header size and alignments (#25239) 2024-01-12 14:27:44 +01:00
sidebar-extensions.scss