diff --git a/frontend/src/app/components/address/address-preview.component.html b/frontend/src/app/components/address/address-preview.component.html index bc73d064b..30b9c29e6 100644 --- a/frontend/src/app/components/address/address-preview.component.html +++ b/frontend/src/app/components/address/address-preview.component.html @@ -44,7 +44,7 @@
- +
diff --git a/frontend/src/app/components/address/address-preview.component.scss b/frontend/src/app/components/address/address-preview.component.scss index f286c6ca1..2de368547 100644 --- a/frontend/src/app/components/address/address-preview.component.scss +++ b/frontend/src/app/components/address/address-preview.component.scss @@ -1,5 +1,5 @@ h1 { - font-size: 42px; + font-size: 52px; margin: 0; } @@ -11,23 +11,26 @@ h1 { } .qrcode-col { - width: 420px; - min-width: 420px; + width: 468px; + min-width: 468px; flex-grow: 0; flex-shrink: 0; text-align: center; + padding: 0; + margin-left: 2px; + margin-right: 15px; } .table { - font-size: 24px; + font-size: 32px; ::ng-deep .symbol { - font-size: 18px; + font-size: 24px; } } .address-link { - font-size: 20px; + font-size: 24px; margin-bottom: 0.5em; display: flex; flex-direction: row; @@ -35,7 +38,7 @@ h1 { .truncated-address { text-overflow: ellipsis; overflow: hidden; - max-width: calc(505px - 4em); + max-width: calc(640px - 4em); display: inline-block; white-space: nowrap; } diff --git a/frontend/src/app/components/block/block-preview.component.scss b/frontend/src/app/components/block/block-preview.component.scss index f2049a1d3..2c1f40bc5 100644 --- a/frontend/src/app/components/block/block-preview.component.scss +++ b/frontend/src/app/components/block/block-preview.component.scss @@ -1,23 +1,25 @@ .block-title { - margin-bottom: 0.75em; - font-size: 42px; + margin-bottom: 48px; + font-size: 52px; ::ng-deep .next-previous-blocks { - font-size: 42px; + font-size: 52px; } } .table { - font-size: 24px; + font-size: 32px; } .chart-container { flex-grow: 0; flex-shrink: 0; - width: 420px; - min-width: 420px; + width: 470px; + min-width: 470px; + padding: 0; + margin-right: 15px; } ::ng-deep .symbol { - font-size: 18px; + font-size: 24px; } diff --git a/frontend/src/app/components/master-page-preview/master-page-preview.component.html b/frontend/src/app/components/master-page-preview/master-page-preview.component.html index 6c2e45242..52a3e7026 100644 --- a/frontend/src/app/components/master-page-preview/master-page-preview.component.html +++ b/frontend/src/app/components/master-page-preview/master-page-preview.component.html @@ -1,21 +1,20 @@
- - -
- - - +
+ + +
- logo Signet - testnet logo Testnet - bisq logo Bisq - liquid mainnet logo Liquid - liquid testnet logo Liquid Testnet - bitcoin logo Mainnet + logo Signet + testnet logo Testnet + bisq logo Bisq + liquid mainnet logo Liquid + liquid testnet logo Liquid Testnet + bitcoin logo Mainnet
-
+ +
diff --git a/frontend/src/app/components/master-page-preview/master-page-preview.component.scss b/frontend/src/app/components/master-page-preview/master-page-preview.component.scss index 0384e0f86..605c4f6d9 100644 --- a/frontend/src/app/components/master-page-preview/master-page-preview.component.scss +++ b/frontend/src/app/components/master-page-preview/master-page-preview.component.scss @@ -2,28 +2,28 @@ position: relative; display: block; margin: auto; - max-width: 1024px; - max-height: 512px; - padding-bottom: 64px; + max-width: 1200px; + max-height: 600px; + padding-top: 80px; - footer { + header { position: absolute; left: 0; right: 0; - bottom: 0; + top: 0; z-index: 100; - min-height: 64px; - padding: 0rem 2rem; + min-height: 80px; + padding: 0rem 3rem; display: flex; flex-direction: row; justify-content: space-between; align-items: center; background: #11131f; text-align: start; - font-size: 1.2em; + font-size: 1.8em; } - .footer-brand { + .header-brand { width: 60%; } diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index da4bdcffe..2ef537456 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -88,8 +88,8 @@ body { } .preview-box { - min-height: 512px; - padding: 2rem 3rem; + min-height: 520px; + padding: 1.5rem 3rem; } @media (max-width: 767.98px) { diff --git a/unfurler/puppeteer.config.json b/unfurler/puppeteer.config.json index 346deb1b7..3de7b0652 100644 --- a/unfurler/puppeteer.config.json +++ b/unfurler/puppeteer.config.json @@ -1,11 +1,11 @@ { "headless": true, "defaultViewport": { - "width": 1024, - "height": 512 + "width": 1200, + "height": 600 }, "args": [ - "--window-size=1024,512", + "--window-size=1200,600", "--autoplay-policy=user-gesture-required", "--disable-background-networking", "--disable-background-timer-throttling",