Implement the new spotlight layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user