File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/nimiq-vitepress-theme/src/layout Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ if (typeof window !== 'undefined') {
5959 <a
6060 flex =" ~ items-center gap-8 shrink-0"
6161 w-full
62+ relative
6263 text-neutral
6364 font-semibold
6465 :href =" withBase('/')"
@@ -67,7 +68,7 @@ if (typeof window !== 'undefined') {
6768 <img v-if =" theme.logo" class =" logo" :src =" theme.logo" >
6869 <div v-else i-nimiq:logos-nimiq-horizontal text-20 dark:i-nimiq:logos-nimiq-white-horizontal />
6970 <span translate-y--1 text-16 font-light tracking-wide >{{ name }}</span >
70- <span v-if =" theme.betaBadge" text-10 font-semibold px-6 py-2 bg-blue-500 text-white rounded-4 translate-y--1 >BETA</span >
71+ <span v-if =" theme.betaBadge" text-10 font-semibold absolute right-8 top-7 lh-none px-3 py-6 bg-gradient-blue text-white rounded-4 outline = " 1.5 ~ white/10 offset--1.5 " >BETA</span >
7172 </a >
7273
7374 <!-- Context Menu -->
@@ -92,11 +93,11 @@ if (typeof window !== 'undefined') {
9293 px-12
9394 py-6
9495 text-12
95- text-neutral-500
96+ text-neutral-700
9697 dark:text-neutral-400
9798 font-mono
98- border-b =" 1 solid neutral-200 dark:neutral-700"
99- mb-4
99+ : border-b =" customItems.length > 0 ? ' 1 solid neutral-200 dark:neutral-700' : undefined "
100+ : mb-4= " customItems.length > 0 "
100101 >
101102 v{{ version }}
102103 </div >
You can’t perform that action at this time.
0 commit comments