This website requires JavaScript.
Explore
Help
Sign In
machankura
/
mempool
Watch
3
Star
0
Fork
0
You've already forked mempool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mempool
/
frontend
/
src
/
app
/
bisq
/
bisq-blocks
/
bisq-blocks.component.scss
7 lines
91 B
SCSS
Raw
Normal View
History
Unescape
Escape
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.
2021-07-05 16:28:56 -03:00
.
pagination-container
{
float
:
none
;
@media
(
min-width
:
400px
)
{
float
:
right
;
}
}
Reference in New Issue
Copy Permalink