Skip to content

Commit 896deed

Browse files
committed
chore: theme tweaks
1 parent 4488c8d commit 896deed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vitepress/theme/nativescript-theme/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8316,9 +8316,9 @@ var script$3 = defineComponent({
83168316
},
83178317
})
83188318

8319-
var _withId = /*#__PURE__*/ withScopeId('data-v-78d98687')
8319+
var _withId = /*#__PURE__*/ withScopeId('data-v-bf615fe4')
83208320

8321-
pushScopeId('data-v-78d98687')
8321+
pushScopeId('data-v-bf615fe4')
83228322

83238323
var _hoisted_1$3 = {
83248324
class: 'min-h-screen font-sans antialiased',
@@ -8348,7 +8348,7 @@ var _hoisted_9 = {
83488348
class: 'flex-auto min-w-0 px-6 pt-10 pb-16',
83498349
}
83508350
var _hoisted_10 = {
8351-
class: 'flex-none block pl-8',
8351+
class: 'flex-none block pl-8 w-96',
83528352
}
83538353
var _hoisted_11 = {
83548354
class: 'sticky h-sidebar top-[88px] h-sidebar',
@@ -8520,7 +8520,7 @@ var render$3 = /*#__PURE__*/ _withId(function (
85208520
})
85218521

85228522
script$3.render = render$3
8523-
script$3.__scopeId = 'data-v-78d98687'
8523+
script$3.__scopeId = 'data-v-bf615fe4'
85248524

85258525
var _hoisted_1$2 = /*#__PURE__*/ createVNode(
85268526
'h2',

.vitepress/theme/nativescript-theme/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3382,10 +3382,10 @@ svg.DocSearch-Hit-Select-Icon {
33823382
--docsearch-container-background: rgba(15, 23, 42, 0.2);
33833383
}
33843384

3385-
.h-sidebar[data-v-78d98687] {
3385+
.h-sidebar[data-v-bf615fe4] {
33863386
height: calc(100vh - 88px);
33873387
}
3388-
.sidebar-link.active[data-v-78d98687] {
3388+
.sidebar-link.active[data-v-bf615fe4] {
33893389
font-weight: 700;
33903390
--tw-text-opacity: 1;
33913391
color: rgba(30, 41, 59, var(--tw-text-opacity));

0 commit comments

Comments
 (0)