Commit Graph

7 Commits

Author SHA1 Message Date
Zack Spear ba8042a517 fix: enhance layout consistency in VMSettings.css
- Removed unnecessary margin and transform properties from buttons for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-22 12:42:02 -07:00
Zack Spear 9289df5e68 fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts 2025-04-03 15:53:13 -07:00
Zack Spear c61db31ce4 refactor: docker.vm.manager VMSettings css var name 2024-07-08 11:53:14 -07:00
Zack Spear 3e9ff06396 refactor: docker.vm.manager VMSettings css vars 2024-07-08 11:53:14 -07:00
Zack Spear 30515ea714 refactor: docker.vm.manager VMSettings css vars 2024-07-08 11:53:13 -07:00
Zack Spear f77d782b61 refactor: docker.vm.manager css format 2024-07-08 11:53:13 -07:00
bergware 202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00