Fixed width of 'copy' button

This commit is contained in:
Thomas Smith 2023-05-09 23:06:05 +02:00
parent 6185af5ad7
commit 7a8617db91

View file

@ -1,6 +1,6 @@
<div class="flex pt-1 pb-1 ps-4 pe-1 mb-3 black-bg copy-section" style="max-width: 800px; margin-left:auto; margin-right:auto; height:60px; border: 1px solid #949494;">
<code class="white copy-text">sh <(curl tea.xyz)</code>
<button class="hbtn hb-fill-right copy-button" style="height:100%; width:140px;">Copy</button>
<code class="white copy-text" style="font-size:16px;">sh <(curl tea.xyz)</code>
<button class="hbtn hb-fill-right copy-button" style="height:100%; width:30%;">Copy</button>
</div>
<script>