feat(dashboard): center extension page toast hints with the global UI (#6043)

* fix(dashboard): align extension page snackbar with full UI center (#6022)

* fix(dashboard): align snackbars with full UI center (#6022)

---------

Co-authored-by: Gargantua <22532097@zju.edu.cn>
This commit is contained in:
Gargantua
2026-03-26 19:36:05 +08:00
committed by GitHub
parent 1ad7e10c0f
commit e5e8bd5d31
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ html {
flex: unset;
}
.v-overlay.v-snackbar {
--v-layout-left: 0px !important;
--v-layout-right: 0px !important;
}
.customizer-btn .icon {
animation: progress-circular-rotate 1.4s linear infinite;
transform-origin: center center;

View File

@@ -387,6 +387,7 @@ const {
elevation="24"
:color="snack_success"
v-model="snack_show"
location="bottom center"
>
{{ snack_message }}
</v-snackbar>