Skip to content

Commit

Permalink
Fixed small screen overlap, added twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Feb 24, 2024
1 parent 1fedda7 commit daf4278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ function menuModal() {
'<div class="hr"></div>' +
'<div class="helpText" style="text-align: center;line-height:1.8;">Developed with <span id="easterEggHeart" class="material-symbols-outlined" style="font-variation-settings: \'FILL\' 1;"> favorite </span> by Suitangi' +
'<br><a><span id="rab">Report a Bug</span></a>' +
'<br><a href="https://twitter.com/BefuddleMTG" target="_blank"><span>Twitter</span></a>' +
'<br><a><span id="bmad">Buy me a Drink</span></a></div>',
theme: window.game.theme,
animation: 'left',
Expand Down
2 changes: 1 addition & 1 deletion styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body {
opacity: 1;
transition: opacity 2s;
object-fit: scale-down;
max-height: min(335px, -40px + 85vw);
max-height: min(335px, -40px + 75vw);
user-select: none;
}

Expand Down

0 comments on commit daf4278

Please sign in to comment.