🐞 fix: Adjust menu width
This commit is contained in:
Vendored
+1
-1
@@ -2420,7 +2420,7 @@ input[type="text"], input[type="email"], input[type="tel"], input[type="url"], i
|
||||
z-index: 10000;
|
||||
left: calc(var(--spacing) * 0);
|
||||
margin-left: calc(var(--spacing) * 0);
|
||||
width: calc(var(--spacing) * 64);
|
||||
width: calc(var(--spacing) * 84);
|
||||
flex-direction: column;
|
||||
border-bottom-right-radius: var(--radius-lg);
|
||||
border-bottom-left-radius: var(--radius-lg);
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
top: calc(100% + 1rem);
|
||||
z-index: 10000;
|
||||
|
||||
@apply bg-cwc-blue-02 shadow-lg left-0 w-64 flex-col rounded-b-lg ml-0;
|
||||
@apply bg-cwc-blue-02 shadow-lg left-0 w-84 flex-col rounded-b-lg ml-0;
|
||||
|
||||
>li {
|
||||
@apply w-full border-b border-[#D24D32];
|
||||
|
||||
Reference in New Issue
Block a user