Implement the new spotlight layout

This commit is contained in:
Robin
2024-05-17 16:38:00 -04:00
parent 34c45cb5e2
commit ffbbc74a96
9 changed files with 337 additions and 65 deletions

View File

@@ -125,7 +125,7 @@ limitations under the License.
.fixedGrid {
position: absolute;
inline-size: calc(100% - 2 * var(--inline-content-inset));
inline-size: 100%;
align-self: center;
/* Disable pointer events so the overlay doesn't block interaction with
elements behind it */
@@ -139,6 +139,6 @@ limitations under the License.
.scrollingGrid {
position: relative;
flex-grow: 1;
inline-size: calc(100% - 2 * var(--inline-content-inset));
inline-size: 100%;
align-self: center;
}