Skip to content

Commit

Permalink
Merge pull request #60 from OlegMakarenko/explorer-frontend/footer
Browse files Browse the repository at this point in the history
Explorer frontend/footer
  • Loading branch information
OlegMakarenko authored Sep 23, 2024
2 parents 62c5b40 + 0cc7152 commit adb1ac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion explorer/frontend/components/ItemBlockMobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ItemBlockMobile = ({ data }) => {
<div className={styles.info}>
<div className={styles.name}>{height}</div>
<div className="layout-flex-row">
<ValueTimestamp className={styles.timestamp} value={timestamp} />
<ValueTimestamp className={styles.timestamp} value={timestamp} hasTime />
<ValueMosaic isNative amount={totalFee} />
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions explorer/frontend/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ body {

h1 {
font: $font-h1;
margin-block: 0 0;
margin-block: 0;
}

h2 {
font: $font-h2;
margin-block: 0 0;
margin-block: 0;
}

h3 {
font: $font-h3;
margin-block: 0 0;
margin-block: 0;
}

h4 {
margin: 0;
font: $font-h4;
margin-block: 0 0;
margin-block: 0;
}

a {
Expand Down Expand Up @@ -170,7 +170,7 @@ a {
}

.disable-scroll {
overflow: hidden hidden;
overflow: hidden;
}

@media #{$screen-large} {
Expand Down

0 comments on commit adb1ac6

Please sign in to comment.