From a05f6fb6b5b087f2c998b147fbeccc4b7e74368b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 23 Jun 2023 00:59:14 +0800 Subject: [PATCH] modify style --- src/styles/desktop/vuetify.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/styles/desktop/vuetify.css b/src/styles/desktop/vuetify.css index 7d689934..701e7b9b 100644 --- a/src/styles/desktop/vuetify.css +++ b/src/styles/desktop/vuetify.css @@ -209,3 +209,18 @@ textarea.v-field__input::placeholder { background: rgb(var(--v-theme-surface)); color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)); } + +.v-btn--icon.v-btn--density-default { + width: calc(var(--v-btn-height) + 2px); + height: calc(var(--v-btn-height) + 2px) +} + +.v-btn--icon.v-btn--density-comfortable { + width: calc(var(--v-btn-height) + -8px); + height: calc(var(--v-btn-height) + -8px) +} + +.v-btn--icon.v-btn--density-compact { + width: calc(var(--v-btn-height) + -12px); + height: calc(var(--v-btn-height) + -12px) +}