diff --git a/CHANGELOG.md b/CHANGELOG.md index 69224eb9a4..44e33eacf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - [#3335](https://github.com/poanetwork/blockscout/pull/3335) - MarketCap calculation: check that ETS tables exist before inserting new data or lookup from the table ### Chore - +- [#3343](https://github.com/poanetwork/blockscout/pull/3343) - Make (Bridged) Tokens' list page's header more compact ## 3.3.3-beta diff --git a/apps/block_scout_web/assets/css/components/_card.scss b/apps/block_scout_web/assets/css/components/_card.scss index d6170db424..7bb8adc8f7 100644 --- a/apps/block_scout_web/assets/css/components/_card.scss +++ b/apps/block_scout_web/assets/css/components/_card.scss @@ -281,4 +281,16 @@ $card-tab-icon-color-active: #fff !default; padding: 6px 8px !important; height: 31px !important; font-size: 11px; +} + +.tokens-description { + @media (min-width: 992px) { + display: inline-block; + } +} + +.tokens-top-pagination-container-wrapper { + @media (min-width: 992px) { + float: right; + } } \ No newline at end of file diff --git a/apps/block_scout_web/lib/block_scout_web/templates/bridged_tokens/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/bridged_tokens/index.html.eex index cd125f6538..9465f17e5a 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/bridged_tokens/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/bridged_tokens/index.html.eex @@ -2,9 +2,12 @@
List of the tokens bridged through OmniBridge OMNI and Arbitrary Message Bridge AMB extensions
- - <%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true, data_prev_page_button: true %> +List of the tokens bridged through OmniBridge OMNI and Arbitrary Message Bridge AMB extensions
+