mirror of
https://github.com/mempool/mempool.git
synced 2025-01-07 14:09:16 +01:00
1e9f131a2a
* 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;
|
|
} |