mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-24 18:42:09 +02:00
web/layout: remove the nav border on mobile
oops
This commit is contained in:
parent
f1c9ef2cce
commit
e99cf255c5
@ -151,10 +151,6 @@
|
|||||||
|
|
||||||
#cobalt[data-iphone="true"] #content {
|
#cobalt[data-iphone="true"] #content {
|
||||||
padding-right: env(safe-area-inset-right);
|
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;
|
order: -1;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
border-bottom-left-radius: calc(var(--border-radius) * 2);
|
border-bottom-left-radius: calc(var(--border-radius) * 2);
|
||||||
border-bottom-right-radius: calc(var(--border-radius) * 2);
|
border-bottom-right-radius: calc(var(--border-radius) * 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user