* 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.
29 lines
398 B
SCSS
29 lines
398 B
SCSS
label {
|
|
padding: 0.25rem 1rem;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
:host ::ng-deep .dropdown-menu {
|
|
right: 0px;
|
|
left: inherit;
|
|
}
|
|
|
|
.pagination-container {
|
|
float: none;
|
|
@media(min-width: 400px){
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
h1{
|
|
font-size: 1.5rem;
|
|
@media(min-width: 375px){
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
.container-xl {
|
|
padding-bottom: 60px;
|
|
@media(min-width: 400px){
|
|
padding-bottom: 100px;
|
|
}
|
|
} |