Fix pagination responsive layout. (#590)
* 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.
This commit is contained in:
@@ -672,3 +672,24 @@ th {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.pagination-container {
|
||||
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
background: #1d1f31;
|
||||
margin: 0;
|
||||
@media (min-width: 550px) {
|
||||
width: auto;
|
||||
}
|
||||
ul {
|
||||
justify-content: space-evenly !important;
|
||||
margin: 0;
|
||||
@media (min-width: 400px) {
|
||||
width: auto;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user