Optimize sort songs dialog layout (#2176)

Slightly increased width to ensure no layout issues in various languages
pull/2179/head
3gf8jv4dv 2024-12-17 17:16:13 +08:00 committed by GitHub
parent 918d2ad156
commit d0090abd01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -127,15 +127,15 @@
"list_import_tip__playlist_part": "Failed to import. This is a \"Single-list\" file. You need to go here to import: \n\n\"Your Library → Right-click on any list name → Select 'Import' in the menu\"", "list_import_tip__playlist_part": "Failed to import. This is a \"Single-list\" file. You need to go here to import: \n\n\"Your Library → Right-click on any list name → Select 'Import' in the menu\"",
"list_import_tip__setting": "Failed to import. This is a \"Settings\" backup file. You need to go here to import: \n\n\"Settings → Backup & Restore → Partial Data → Import settings\"", "list_import_tip__setting": "Failed to import. This is a \"Settings\" backup file. You need to go here to import: \n\n\"Settings → Backup & Restore → Partial Data → Import settings\"",
"list_import_tip__unknown": "Failed to import. Unknown file type. Please try to upgrade the app to the latest version and try again.", "list_import_tip__unknown": "Failed to import. Unknown file type. Please try to upgrade the app to the latest version and try again.",
"list_sort_modal_by_album": "Album name", "list_sort_modal_by_album": "Album",
"list_sort_modal_by_down": "Descending", "list_sort_modal_by_down": "Descending",
"list_sort_modal_by_field": "Sort field", "list_sort_modal_by_field": "Sort Field",
"list_sort_modal_by_name": "Song name", "list_sort_modal_by_name": "Title",
"list_sort_modal_by_random": "Randomization", "list_sort_modal_by_random": "Randomization",
"list_sort_modal_by_singer": "Artist name", "list_sort_modal_by_singer": "Artist",
"list_sort_modal_by_source": "Song source", "list_sort_modal_by_source": "Song source",
"list_sort_modal_by_time": "Duration", "list_sort_modal_by_time": "Length",
"list_sort_modal_by_type": "Sort categories", "list_sort_modal_by_type": "Sort Categories",
"list_sort_modal_by_up": "Ascending", "list_sort_modal_by_up": "Ascending",
"list_sort_modal_tip_confirm": "Are you sure you want to do this?", "list_sort_modal_tip_confirm": "Are you sure you want to do this?",
"list_update_modal__auto_update": "Auto Update", "list_update_modal__auto_update": "Auto Update",

View File

@ -164,7 +164,7 @@ export default {
.main { .main {
padding: 0 15px; padding: 0 15px;
width: 320px; width: 360px;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
min-height: 0; min-height: 0;
@ -182,7 +182,7 @@ export default {
font-size: 14px; font-size: 14px;
} }
.listItem { .listItem {
width: (100% / 3); width: (100% / 2);
padding-left: 10px; padding-left: 10px;
margin-bottom: 8px; margin-bottom: 8px;
box-sizing: border-box; box-sizing: border-box;