Skip to content

Commit

Permalink
不要なクラス指定を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 4, 2024
1 parent 83249e7 commit cafa05c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/Dialog/SettingDialog/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -900,16 +900,6 @@ const setMultiTrack = (enableMultiTrack: boolean) => {
z-index: vars.$z-index-fullscreen-dialog !important;
}
.help-hover-icon {
margin-left: 6px;
color: colors.$display;
opacity: 0.5;
}
.hotkey-table {
width: 100%;
}
.setting-card {
margin: auto;
max-width: 960px;
Expand All @@ -919,12 +909,6 @@ const setMultiTrack = (enableMultiTrack: boolean) => {
gap: vars.$gap-1;
}
.text-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.setting-dialog .q-layout-container :deep(.absolute-full) {
right: 0 !important;
.scroll {
Expand Down

0 comments on commit cafa05c

Please sign in to comment.