lbry-desktop/ui/modal/modalCustomizeHomepage/style.scss
infinite-persistence cc0ed44bf6 Homepage: add "reset" + 'hideByDefault' categories
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.
2022-05-26 10:59:31 -04:00

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);
}
}