#383 Fixed the main interface layout#395
Conversation
…red the pause button by changing the button size a little bit
Hm, strange. I can't replicate it on my machine. The only noticeable change there should be that there is |
|
The new SVG uses Also, the PR converts all string literals to double quotes — please revert those to match the single-quote style used throughout the project. The rest of the changes look good. Happy to re-review once these are addressed! |
|
No, the explanation you gave is wrong. The original
If it was properly centered, then I wouldn't do this PR. For comparison here is the icon at If you have a better explanation, then I can listen, but the current one you gave didn't quite help in determining the issue why we have a different behavior, even though we should be using the same code.
That is the behavior of a default Svelte formatter. Natural question: why aren't you using the default Svelte formatter? If you insist on using some arbitrary formatting guidelines, I'd ask you to commit a formatter configuration file to the root of the project so that every person who contributes to this repo can have their IDE automatically read it and adhere to those formatting rules without the trouble of someone automatically converting and then manually reverting something back and forth. |
|
Well, I am not quite sure then why we are seeing the skewed appearance when the window is enlarged. Regarding the formatting, I was unaware of the Svelte formatter. Thanks for bringing it to my attention. The choice of double-quotes is simply the project convention at this point in time. |
|
With f1afd0e, the arrow maintains its position when the window is enlarged. So, looks good. |




To compare before:


and after: