diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.html b/frontend/src/app/components/blocks-list/blocks-list.component.html index f052b7fd6..703ccb6fc 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.html +++ b/frontend/src/app/components/blocks-list/blocks-list.component.html @@ -19,14 +19,14 @@ - + {{ block.height }}
- {{ block.extras.pool.name }} @@ -61,26 +61,26 @@ - + - - + + - + - + - + - + - + diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.scss b/frontend/src/app/components/blocks-list/blocks-list.component.scss index abf337821..c8035dc44 100644 --- a/frontend/src/app/components/blocks-list/blocks-list.component.scss +++ b/frontend/src/app/components/blocks-list/blocks-list.component.scss @@ -35,6 +35,9 @@ td { .pool { width: 17%; + @media (max-width: 576px) { + width: 34%; + } } .pool.widget { width: 40%; @@ -51,9 +54,6 @@ td { .height { width: 10%; - @media (max-width: 1100px) { - width: 10%; - } } .height.widget { width: 20%; @@ -63,6 +63,7 @@ td { } .timestamp { + width: 18%; @media (max-width: 900px) { display: none; } @@ -92,6 +93,7 @@ td { } .fees { + width: 10%; @media (max-width: 650px) { display: none; } @@ -101,6 +103,7 @@ td { } .reward { + width: 10%; @media (max-width: 576px) { width: 7%; padding-right: 30px;