mirror of
https://github.com/ivabus/www
synced 2024-11-13 03:45:16 +03:00
Fixed width of 'copy' button
This commit is contained in:
parent
6185af5ad7
commit
7a8617db91
|
@ -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;">
|
<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>
|
<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:140px;">Copy</button>
|
<button class="hbtn hb-fill-right copy-button" style="height:100%; width:30%;">Copy</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue