element-portable/res/css/views
David Baker e5b03488d8 Fix widget resizing
There was a line of CSS that set pointer-events: none on widget
iframes whilst they were being resized to stop iframes swallowing
the mousemove/up events while dragging the resize handle, but a)
all widgets are now in a persisted element wrapper and therefore
not in the right place in the DOM to get that CSS and b) that only
got set when resizing the whole aps drawer vertically, not dragging
the handle between apps to change the width distribution.

Add a pointer events prop to AppTile to allow the pointer-events
style to be set by the parent, and set it when dragging either
resize handle.

Fixes https://github.com/vector-im/element-web/issues/16473
2021-03-05 17:52:51 +00:00
..
auth Fix term_policy aligned to the center 2021-02-03 00:05:55 +05:30
avatars WIP: the new call views work now 2020-11-12 18:09:56 +00:00
context_menus Fix styling of disabled options in an Iconized menu 2021-03-01 15:40:46 +00:00
dialogs Ensure HostSignupDialog border colour matches light theme 2021-03-04 11:07:14 +02:00
directory Use thinner chevron for network, adjust placement 2020-07-31 18:15:51 +01:00
elements Merge pull request #5525 from SimonBrandner/fix-screen-sharing 2021-02-08 13:54:51 +00:00
emojipicker Fix Emoji Picker footer being too small if text overflows 2020-05-24 20:00:02 +01:00
groups Condense CSS rules and use box-sizing instead of math 2019-01-28 20:26:03 -07:00
messages Revert "Merge pull request #5637 from williamkray/wreck/clean-thumbnail-changes" 2021-02-23 12:03:08 +00:00
right_panel Remove unused IconButton 2020-11-10 12:06:56 +00:00
room_settings Remove some unused components 2020-08-20 20:47:02 -06:00
rooms Fix widget resizing 2021-03-05 17:52:51 +00:00
settings Fix licenses 2021-02-18 19:40:24 +01:00
spaces Initial SpaceRoomView work 2021-03-01 18:53:11 +00:00
terms Use variables for the rem values. 2020-03-31 15:26:23 +01:00
toasts Add missing scss file 2020-11-09 14:36:12 +00:00
verification Fix sas verification buttons to match figma and remove useless inDialog prop from EncryptionPanel.js 2020-04-07 19:03:12 +01:00
voip Fix portrait videocalls 2021-02-22 20:10:30 +01:00