* Fix pagination responsive css. * Fix css title block transaction alignment. * Add pagination responsive layout to bisq tx page. * Add pagination responsive to bisq blocks page. * Fix pagination css - bisq txs page. * Add e2e tests for bisq and mainnet pagination.
11 lines
160 B
SCSS
11 lines
160 B
SCSS
.pagination-container {
|
|
float: none;
|
|
margin-bottom: 200px;
|
|
@media(min-width: 400px){
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.container-xl {
|
|
padding-bottom: 110px;
|
|
} |