-
Notifications
You must be signed in to change notification settings - Fork 116
Labels
Milestone
Description
Describe the bug
The drag handle adds a padding of 60px left and right to the text editor, effectively resulting in 120px less editing width (which is ~15% of the full editing width).
Expected behavior
My suggestion would be the following:
- Move the drag handle to a container outside the editor on wide screens, using extra available space if available, just like we do for the assistant icon, the smart picker icon and so on.
- Just add space on the left side as the drag handle is always on the left. No need to add padding or extra white space on the right side.
- On narrow screens, make the space taken from the editor as narrow as possible (i.e. 34px), so as few horizontal space as possible is taken from the editing area.
@marcoambrosini what do you think?
Screenshots
Server details:
- Nextcloud version: 32
Reactions are currently unavailable