mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-21 03:12:43 +01:00
Polish UI
This commit is contained in:
@@ -27,7 +27,7 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
}
|
||||
|
||||
.button { padding: 5px;}
|
||||
.button svg { margin: 0 5px; }
|
||||
.button svg { margin: 0; margin-right: 5px; }
|
||||
.button-large { padding: 10px; }
|
||||
|
||||
.button:hover { background: rgba(255, 255, 255, 0.2);}
|
||||
|
||||
@@ -27,7 +27,7 @@ function DonateResultView() {
|
||||
</div>
|
||||
|
||||
<div className='section'>
|
||||
<h3>BitCoin</h3>
|
||||
<h3>Bitcoin</h3>
|
||||
<span>BTC Address:</span> <strong>{addr}</strong>
|
||||
<button onClick={() => copy()} title="Copy this address into the Cliboard" className={`button copy-button ${copyCss}`}>
|
||||
Copy
|
||||
|
||||
Reference in New Issue
Block a user