Commit Graph

6 Commits

Author SHA1 Message Date
Zack Spear
892e8b09b3 fix: enhance layout consistency in DockerSettings.page and DockerSettings.css
- Refactored DockerSettings.page to improve the structure and readability of checkbox and input elements using flexbox for better alignment.
- Updated DockerSettings.css to comment out unused styles for select and span elements, streamlining the CSS for improved maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-23 12:46:31 -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
b45fa8cf62 refactor: docker.manager DockerSettings css vars 2024-07-08 11:53:13 -07:00
Zack Spear
8d7739a4d4 refactor: docker.manager DockerSettings css vars 2024-07-08 11:53:12 -07:00
Zack Spear
93af45e4d6 refactor: docker.manager css format 2024-07-08 11:53:12 -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