fix addres section
This commit is contained in:
parent
ac6688a182
commit
8fd6aa1eb0
3 changed files with 31 additions and 23 deletions
|
|
@ -924,8 +924,8 @@ button, .button, p {
|
|||
|
||||
.addresses .list-addr i {
|
||||
position: absolute;
|
||||
top: -25px;
|
||||
left: 6px;
|
||||
top: -15px;
|
||||
left: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -1195,5 +1195,10 @@ a.text-warning:hover {color: #FD7262;}
|
|||
padding: 50px;
|
||||
}
|
||||
|
||||
.collapse {
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -131,6 +131,10 @@
|
|||
height: 200px;
|
||||
}
|
||||
|
||||
.addresses .panel {
|
||||
padding: 1rem 0.8rem;
|
||||
}
|
||||
|
||||
.btn-copy {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue