🐞 fix: Adjust menu width
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-07-25 10:45:43 -05:00
parent 02a8379de2
commit b7477306d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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];