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

@@ -14,6 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.fixed,
.scrolling {
margin-inline: var(--inline-content-inset);
}
.scrolling {
box-sizing: border-box;
block-size: 100%;
@@ -22,7 +27,6 @@ limitations under the License.
justify-content: center;
align-content: center;
gap: var(--gap);
box-sizing: border-box;
}
.scrolling > .slot {