The current resize icon is diagonal and gives the impression that you can make the window bigger vertically as well as horizontally. When one attempts to resize, it feels strangely restricted. If the icon were a horizontal instead, the horizontal resize would feel more natural. I think it would be pretty easy to override the current CSS: ```css .window-app .window-resizable-handle i.fas { transform: rotate(45deg); } ``` with ```css .window-app.monarch .window-resizable-handle i.fas { transform: rotate(0deg); } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by kristianserrano and has received 1 comments.