Skip to content

Commit

Permalink
Update: [Client][Settings/Quality] 画質プロファイル関連に関しての仕様を明記し、画質プロファイルタブの切…
Browse files Browse the repository at this point in the history
…り替え時のスライドアニメーションを削除

スライドするのはいいがスクロールがガタつく問題があり、そもそもアニメーション自体が過剰なので単純な v-show 切り替えに変更した
  • Loading branch information
tsukumijima committed Aug 24, 2024
1 parent e66104d commit 8b69b26
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 114 deletions.
8 changes: 8 additions & 0 deletions client/src/views/Settings/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ export default defineComponent({
}
}
}
.settings__quote {
border-left: 3px solid rgb(var(--v-theme-text-darken-1));
padding-left: 12px;
color: rgb(var(--v-theme-text-darken-1));
font-size: 13.5px;
line-height: 1.6;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/Settings/Jikkyo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<Icon icon="heroicons-solid:filter" height="19px" />
<span class="ml-1">コメントのミュート設定を開く</span>
</v-btn>
<div class="settings__item-label mt-7" style="border-left: 3px solid rgb(var(--v-theme-text-darken-1)); padding-left: 12px;">
<div class="settings__quote mt-7">
コメントの透明度は、プレイヤー下にある設定アイコン ⚙️ から変更できます。<br>
</div>
<div class="settings__item">
Expand Down
Loading

0 comments on commit 8b69b26

Please sign in to comment.