* [misc] support for hiding tabs nav when there is only one guide type.

This commit is contained in:
sunhao
2024-09-04 17:31:41 +08:00
committed by 王于听
parent 0d81965cc8
commit 7cf685774d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -24,3 +24,7 @@
.tutorial-step {position: relative;}
.tutorial-step.active::before {content: ' '; width: 5px; height: 5px; border-radius: 100%; background: var(--color-primary-500); position: absolute; left: 2px; top: 10px}
.tutorial-step.active .tutorial-step-title {color: var(--color-fore)}
.is-single-type-mode #tutorialTabs .tabs-header {display: none;}
.is-single-type-mode #tutorialTabs .tab-content {padding-top: 0;}
.is-single-type-mode #tutorialTabs .tab-pane {display: block;}