@voidzero-dev/vitepress-theme 4.4.1 → 4.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidzero-dev/vitepress-theme",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Shared VitePress theme for VoidZero projects",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -198,7 +198,7 @@ onUnmounted(() => {
198
198
  class="wrapper px-6 py-5 flex items-center justify-between relative bg-white dark:bg-primary border-b border-stroke dark:border-nickel">
199
199
  <!-- Left side: Logo + Nav -->
200
200
  <div class="flex gap-10 self-stretch">
201
- <a href="/" class="flex items-center -mx-2 px-2">
201
+ <a href="/" class="flex flex-col items-start justify-center -mx-2 px-2">
202
202
  <slot name="nav-bar-title-before" />
203
203
  <img class="h-4 block dark:hidden" :src="logoDark" :alt="logoAlt" />
204
204
  <img class="h-4 hidden dark:block" :src="logoLight" :alt="logoAlt" />