Skip to content

Commit

Permalink
[release-0.15] to 0.15.2 (#1737)
Browse files Browse the repository at this point in the history
選択中のキャラを一番上にしないようにする
  • Loading branch information
Hiroshiba authored Jan 21, 2024
1 parent 6d074e4 commit 2f57769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions public/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.15.2",
"descriptions": ["選択中のキャラの順番を元に戻す"],
"contributors": []
},
{
"version": "0.15.1",
"descriptions": ["Mac版が起動しない問題の解決"],
Expand Down
3 changes: 0 additions & 3 deletions src/components/CharacterButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@ const updateMenuHeight = () => {
.to-unselect-item {
order: -2;
}
.selected-character-item {
order: -1; // 選択中のキャラを上にする
}
.selected-character-item,
.selected-style-item,
Expand Down

0 comments on commit 2f57769

Please sign in to comment.