lbry-desktop/ui/scss/component/_txo-list.scss
infinite-persistence b0193202d1
Re-add ability to export transactions (#5899)
* 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>
2021-04-23 12:10:37 -04:00

13 lines
159 B
SCSS

.txo__radios {
display: flex;
flex-direction: row;
}
.txo__export {
display: none;
@media (min-width: $breakpoint-small) {
display: block;
}
}