Implement the new one-on-one layout
This commit is contained in:
@@ -17,11 +17,10 @@ limitations under the License.
|
||||
.fixed,
|
||||
.scrolling {
|
||||
margin-inline: var(--inline-content-inset);
|
||||
block-size: 100%;
|
||||
}
|
||||
|
||||
.scrolling {
|
||||
box-sizing: border-box;
|
||||
block-size: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user