Adjust borders

This commit is contained in:
Jason Zimdars
2025-07-10 14:48:50 -05:00
parent 0d1c0f4e75
commit 14979f3000
+2 -2
View File
@@ -371,7 +371,7 @@
/* …add a border */
.tray__expander {
border-inline-end: 1px dashed oklch(var(--lch-white) / 50%);
translate: calc(-1 * var(--tray-margin)) 0;
translate: calc(-1 * var(--tray-margin)) calc(-1 * env(safe-area-inset-bottom));
}
/* …and disable the expander if there aren't items to show */
@@ -422,7 +422,7 @@
/* …add a border */
.tray__expander {
border-inline-start: 1px dashed oklch(var(--lch-white) / 50%);
translate: var(--tray-margin) 0;
translate: var(--tray-margin) calc(-1 * env(safe-area-inset-bottom));
}
/* …and hide the dialog if there aren't items to show */