web/layout: remove the nav border on mobile

oops
This commit is contained in:
wukko 2025-05-22 21:57:39 +06:00
parent f1c9ef2cce
commit e99cf255c5
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -151,10 +151,6 @@
#cobalt[data-iphone="true"] #content {
padding-right: env(safe-area-inset-right);
/* disable the desktop frame */
margin: 0;
box-shadow: none;
border-radius: 0;
}
}
@ -193,6 +189,7 @@
order: -1;
margin: 0;
box-shadow: none;
border-bottom-left-radius: calc(var(--border-radius) * 2);
border-bottom-right-radius: calc(var(--border-radius) * 2);