Fix generate buttons on Mobile
This commit is contained in:
@@ -306,7 +306,7 @@
|
|||||||
<span id="myLink" class="text-blue-400">Link Not Created</span>
|
<span id="myLink" class="text-blue-400">Link Not Created</span>
|
||||||
<span id="connectionStatus" class="text-xs"></span>
|
<span id="connectionStatus" class="text-xs"></span>
|
||||||
</p>
|
</p>
|
||||||
<button id="generateMyLinkBtn" class="nav-btn"
|
<button id="generateMyLinkBtn" class="nav-btn2"
|
||||||
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
||||||
Generate Connection Link
|
Generate Connection Link
|
||||||
</button>
|
</button>
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
<span id="geyserLink" class="text-blue-400">Link Not Created</span>
|
<span id="geyserLink" class="text-blue-400">Link Not Created</span>
|
||||||
<span id="geyserStatus" class="text-xs"></span>
|
<span id="geyserStatus" class="text-xs"></span>
|
||||||
</p>
|
</p>
|
||||||
<button id="generateGeyserLinkBtn" class="nav-btn"
|
<button id="generateGeyserLinkBtn" class="nav-btn2"
|
||||||
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
||||||
Generate Geyser Link
|
Generate Geyser Link
|
||||||
</button>
|
</button>
|
||||||
@@ -332,7 +332,7 @@
|
|||||||
<span id="sftpLink" class="text-blue-400">Link Not Created</span>
|
<span id="sftpLink" class="text-blue-400">Link Not Created</span>
|
||||||
<span id="sftpStatus" class="text-xs"></span>
|
<span id="sftpStatus" class="text-xs"></span>
|
||||||
</p>
|
</p>
|
||||||
<button id="generateSftpLinkBtn" class="nav-btn"
|
<button id="generateSftpLinkBtn" class="nav-btn2"
|
||||||
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
class="w-full bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md transition-colors text-sm">
|
||||||
Generate SFTP Link
|
Generate SFTP Link
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user