From cafa05c2913e0463e9f2b2fd91ebd5333539b189 Mon Sep 17 00:00:00 2001 From: Takusea Date: Sat, 5 Oct 2024 00:02:55 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=AF=E3=83=A9?= =?UTF-8?q?=E3=82=B9=E6=8C=87=E5=AE=9A=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dialog/SettingDialog/SettingDialog.vue | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/Dialog/SettingDialog/SettingDialog.vue b/src/components/Dialog/SettingDialog/SettingDialog.vue index b1ae9c2370..32233a973d 100644 --- a/src/components/Dialog/SettingDialog/SettingDialog.vue +++ b/src/components/Dialog/SettingDialog/SettingDialog.vue @@ -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; @@ -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 {