@fileverse-dev/ddoc 3.3.7-patch-1 → 3.3.7-patch-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/dist/index.es.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -192661,7 +192661,7 @@ const YXe = "space-xsm gap-xsm hover:color-bg-default-hover cursor-pointer h-[30
|
|
|
192661
192661
|
{
|
|
192662
192662
|
id: "Navbar",
|
|
192663
192663
|
className: rt(
|
|
192664
|
-
"h-14 color-bg-default py-2 px-0 md:px-4 flex gap-2 items-center justify-between w-screen fixed left-0 top-0 border-b color-border-default z-[45] transition-all duration-300",
|
|
192664
|
+
"min-h-14 color-bg-default py-2 px-0 md:px-4 flex gap-2 items-center justify-between w-screen fixed left-0 top-0 border-b color-border-default z-[45] transition-all duration-300",
|
|
192665
192665
|
{
|
|
192666
192666
|
"translate-y-0 opacity-100": !Ue && L && !T,
|
|
192667
192667
|
"translate-y-[-100%] opacity-0 pointer-events-none": Ue || !L || T
|