mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-26 04:42:10 +02:00
Only apply box shadow on collapsible grids
This commit is contained in:
parent
f4fca7600a
commit
d43c0749c1
@ -1124,6 +1124,9 @@ body {
|
|||||||
|
|
||||||
.expand-toggle-button.container-expanded {
|
.expand-toggle-button.container-expanded {
|
||||||
bottom: var(--mobile-navigation-height);
|
bottom: var(--mobile-navigation-height);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cards-grid + .expand-toggle-button.container-expanded {
|
||||||
/* hides content that peeks through the rounded borders of the mobile navigation */
|
/* hides content that peeks through the rounded borders of the mobile navigation */
|
||||||
box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
|
box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user