adjust the interaction for displaying and reordering all explorers on the Insights Explorer page

This commit is contained in:
MaysWind
2026-01-17 00:45:09 +08:00
parent 4b72bfd76d
commit b556efa510
21 changed files with 56 additions and 70 deletions
+11
View File
@@ -423,6 +423,17 @@ html[dir="rtl"] .v-img.img-with-direction > img {
}
}
.scrollable-vertical-tabs.v-tabs {
.v-slide-group__prev,
.v-slide-group__next {
max-height: 16px;
}
&:not(:has(.v-slide-group__prev)) {
margin-top: 16px;
}
}
body .v-tabs:not(.v-tabs-pill) {
&.v-tabs--vertical {
border-right: inherit;