From 0018a57b783d5a08dd0379d236b8ed8b9fcacf99 Mon Sep 17 00:00:00 2001 From: Bill-Haku Date: Sat, 24 Feb 2024 21:13:04 +0800 Subject: [PATCH] Update styles for responsive design --- README.md | 10 +-- src/App.vue | 124 +++++------------------------ src/app.scss | 2 +- src/assets/css/dialog.scss | 6 ++ src/assets/css/icons.scss | 19 +++-- src/assets/css/main.scss | 2 +- src/assets/css/mobile.scss | 14 +++- src/assets/imgUtils/download.ts | 10 ++- src/assets/storeUtils/store.ts | 4 +- src/components/SettingWindow.vue | 8 +- src/components/icons/IconClose.vue | 14 +++- src/locales/i18n-en.ts | 4 +- src/locales/i18n-jp.ts | 4 +- src/locales/i18n-tw.ts | 4 +- src/locales/i18n-zh.ts | 4 +- 15 files changed, 91 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index 35f3792..be552aa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

Momotalk Editor

- - - - stars + + + + stars
@@ -46,7 +46,7 @@ ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=U1805/momotalk)](https://star-history.com/#U1805/momotalk) +[![Star History Chart](https://api.star-history.com/svg?repos=Pizza-Studio/momotalk)](https://star-history.com/#Pizza-Studio/momotalk) ## Credits diff --git a/src/App.vue b/src/App.vue index 6744f95..a670505 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,6 +10,7 @@ import SearchIcon from './components/icons/IconSearch.vue' import LanguageIcon from './components/icons/IconLanguage.vue' import PlayerDialog from '@/components/PlayerWindow.vue' import SettingDialog from '@/components/SettingWindow.vue' +import CloseIcon from './components/icons/IconClose.vue'