zulip/web/templates/popovers
Sayam Samal fec89ad70d visibility_policy_popover: Fix popover shrinking bug on Safari.
A bug was observed on Safari where the visibility policy switcher
popover was shrinking beyond the width of the policy switcher, hiding
a portion of the switcher component.

This was due to the presence of the `width: min-content` on the
popover for supporting dynamic popover menu sizing based on the content
of the menu items, in tandem with some issue in Safari since it worked
fine on other browsers.

This commit adds the `.popover-menu-label` class to the visibility
policy switcher's label to enforce `max-content` width on the label
element, which in turn fixes the popover shrinking issue on Safari.
2024-06-19 17:47:35 -07:00
..
compose_control_buttons compose: Add keyboard shortcuts to compose control buttons' tooltips. 2024-05-07 16:11:35 -07:00
emoji emoji_picker: Search result emojis now named as the matching alias. 2024-04-12 17:40:24 -07:00
left_sidebar popovers: Fix typo in recent view menu. 2024-06-17 18:32:57 -07:00
navbar popovers: Add `.popover-menu-tab-group` class to popover tab pickers. 2024-06-10 16:54:11 -07:00
user_card organization settings: Add links to manage deactivated users. 2024-04-01 15:43:16 -07:00
change_visibility_policy_popover.hbs visibility_policy_popover: Fix popover shrinking bug on Safari. 2024-06-19 17:47:35 -07:00
message_actions_popover.hbs message_actions_popover: Hide extra separator in spectator view. 2024-06-05 11:56:56 -07:00
mobile_message_buttons_popover.hbs web-stream-settings: Update strings for stream rename channel. 2024-04-24 14:35:04 -07:00
playground_links_popover.hbs
send_later_popover.hbs templates: Remove unnecessary prop-element class. 2024-05-28 10:44:15 -07:00
user_group_info_popover.hbs user_group_info_popover: Add the zulip-triple-user-icon. 2024-04-24 17:37:38 -07:00