b0193202d1
* FileExporter: add 'fetch' hook + Web support * Re-add ability to export transactions Closes 4793: Export Wallet History For Taxation Purposes * Move file-creation to the background. Don't let the file-creation process block the GUI. Requires lbry-redux update. * Bump redux | doFetchTransactions: bump pageSize to 999999; remove doFetchSupport * bump redux Co-authored-by: Thomas Zarebczan <thomas.zarebczan@gmail.com>
12 lines
159 B
SCSS
12 lines
159 B
SCSS
.txo__radios {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.txo__export {
|
|
display: none;
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
display: block;
|
|
}
|
|
}
|