cc0ed44bf6
Requires a related commit from the homepages repo. ## Changes - Add ability to reset the sort order. - Make 'News' and 'Wild West' a "hideByDefault" category. It can be made visible in the homepage from the customization dialog.
10 lines
194 B
SCSS
10 lines
194 B
SCSS
.modal-customize-homepage__body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
button {
|
|
align-self: flex-end;
|
|
margin-right: var(--spacing-s);
|
|
margin-bottom: var(--spacing-s);
|
|
}
|
|
}
|