@eclass/ui-kit 1.59.3 → 1.59.4

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.
@@ -10879,7 +10879,7 @@ const UserDropdown = ({
10879
10879
  ">div": {
10880
10880
  left: isMobile ? "0 !important" : "auto",
10881
10881
  position: isMobile ? "fixed !important" : "absolute",
10882
- top: isMobile ? "52px !important" : "auto",
10882
+ top: isMobile ? "56px !important" : "auto",
10883
10883
  bottom: isMobile ? "0 !important" : "auto",
10884
10884
  transform: isMobile ? "none !important" : "auto",
10885
10885
  width: isMobile ? "100% !important" : "auto"
@@ -10908,7 +10908,7 @@ const UserDropdown = ({
10908
10908
  borderRadius: !isMobile ? "10px" : "0",
10909
10909
  bg: vars("colors-neutral-white"),
10910
10910
  ">button, >a": {
10911
- borderBottom: isMobile ? `solid 1px ${vars("colors-neutral-platinum")}` : "none"
10911
+ borderBottom: isMobile ? `solid 1px ${vars("colors-neutral-platinum")}` : void 0
10912
10912
  }
10913
10913
  },
10914
10914
  ".css-r6z5ec": {