refactor(update-modal): consolidate duplicate CSS files and fix changelog alignment

- Merged static/css/components/update-modal.css into static/css/components/modal/update-modal.css
- Fixed changelog item text alignment: added padding-left to .changelog-content and adjusted .changelog-item.latest padding
- Removed duplicate #updateBtn state definitions
- Deleted obsolete static/css/components/update-modal.css file
- Removed duplicate CSS import from style.css
This commit is contained in:
Will Miao
2026-01-23 23:38:31 +08:00
parent eb2af454cc
commit 13b18ac85f
3 changed files with 411 additions and 436 deletions

View File

@@ -20,7 +20,6 @@
@import 'components/toast.css';
@import 'components/loading.css';
@import 'components/menu.css';
@import 'components/update-modal.css';
@import 'components/lora-modal/lora-modal.css';
@import 'components/lora-modal/description.css';
@import 'components/lora-modal/tag.css';