rounded dropdown
This commit is contained in:
parent
8c63313a28
commit
cb01518680
@ -11,7 +11,7 @@ const navClasses =
|
|||||||
const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => (
|
const ExternalLinks = ({ isVertical }: { isVertical: boolean }) => (
|
||||||
<ul
|
<ul
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"z-30 bg-vibrant-dark rounded overflow-hidden",
|
"z-30 bg-vibrant-dark rounded-xl overflow-hidden",
|
||||||
isVertical
|
isVertical
|
||||||
? "inline-flex flex-wrap justify-center"
|
? "inline-flex flex-wrap justify-center"
|
||||||
: "absolute rounded-md top-[40px] border border-vibrant-light"
|
: "absolute rounded-md top-[40px] border border-vibrant-light"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user