mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-30 17:25:54 +00:00
Fix spacing
This commit is contained in:
parent
a797315c94
commit
03c1a622f0
@ -259,7 +259,7 @@ class MultiWallet extends LitElement {
|
|||||||
|
|
||||||
.transactions-wrapper {
|
.transactions-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 50px 0 0 0;
|
padding: 30px 0 0 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -284,7 +284,7 @@ class MultiWallet extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#transactions {
|
#transactions {
|
||||||
margin-top: 60px;
|
margin-top: 30px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-top: 1px solid var(--border);
|
border-top: 1px solid var(--border);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user