nanocrawler icon indicating copy to clipboard operation
nanocrawler copied to clipboard

Better transaction history layout on lg- and xl- screen sizes

Open justdmitry opened this issue 6 years ago • 0 comments
trafficstars

Current /history page layout looks weird on screens between ~1000-1300 pixels.

Including few more classes may improve/fix it.

On screens below, first transaction row uses new classes (manually added via browser developer console), others are not.

lg size (starts at 992px)

Amount and date are displayed in two rows and always correctly aligned, even with huge amounts: history-lg-992px

xl size (starts at 1200px)

Account column is not wrapped (I manually changed word "to" to "from", no bugs there):

history-xl-1200px

Of course Amount and Date continue to display in 2 rows even on very-large displays, but Bootstrap does not offer classes beyond "xl" :(

New classes

Only few classes required for results above:

history-new-classes

Also, table header "Account" must be changed from col-6 to col-7 too.

justdmitry avatar Mar 15 '19 08:03 justdmitry