Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Fix substack widget UI issue (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nothuman2718 authored Mar 11, 2024
1 parent bcb236f commit cf78cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ onRender(
const iframeNode = document.createElement('iframe');
iframeNode.setAttribute('loading', 'lazy');
iframeNode.setAttribute('src', 'https://nightwatch.substack.com/embed');
iframeNode.setAttribute('height', '125px');
iframeNode.setAttribute('height', '160px');
iframeNode.setAttribute('style', 'position: relative;left: -11px;top: -20px;');
iframeNode.setAttribute('frameborder', '0');
iframeNode.setAttribute('scrolling', 'no');
Expand Down

0 comments on commit cf78cc8

Please sign in to comment.