Skip to content

Commit f674f00

Browse files
committed
fix button width for js driven buttons
1 parent f537d0b commit f674f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
let platform = getPlatform();
44

55
if (platform != "") {
6-
let html = "<a class=\"no-underline hover:underline\" href=\"https://maven.ornithemc.net/api/maven/latest/file/releases/net/ornithemc/ornithe-installer-rs/"+platform+"?extension="+getPlatformExtension(platform)+"\">"+
6+
let html = "<a class=\"no-underline hover:underline\" style=\"display:inline-block\" href=\"https://maven.ornithemc.net/api/maven/latest/file/releases/net/ornithemc/ornithe-installer-rs/"+platform+"?extension="+getPlatformExtension(platform)+"\">"+
77
"<div class=\"bg-ornithe-button-bg w-fit p-2 px-4\">Download native installer for "+getPlatformName(platform)+"</div>"+
88
"</a>";
99
downloadDiv.innerHTML = html;

0 commit comments

Comments
 (0)