Fix avatar padding
This commit is contained in:
parent
cae4074cc9
commit
dc512f6459
1 changed files with 2 additions and 5 deletions
|
|
@ -198,7 +198,7 @@ _:-ms-fullscreen, :root .main {
|
|||
}
|
||||
|
||||
.walletHome .avatar-wallet {
|
||||
padding: 1.7rem 1rem;
|
||||
padding: 0.5rem;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
position: absolute;
|
||||
|
|
@ -209,7 +209,6 @@ _:-ms-fullscreen, :root .main {
|
|||
margin: 0;
|
||||
color: #FFF;
|
||||
font-weight: 700;
|
||||
line-height: 15px;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
@ -305,13 +304,12 @@ a.missing-copayers {
|
|||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
margin-right: 15px;
|
||||
padding: 0.33rem 0.65rem;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
border-radius: 3px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.sidebar header {
|
||||
|
|
@ -340,7 +338,6 @@ a.missing-copayers {
|
|||
border-bottom: transparent;
|
||||
color: #A5B2BF;
|
||||
padding: 1rem 0.7rem;
|
||||
line-height: 155%;
|
||||
}
|
||||
|
||||
.sidebar ul.off-canvas-list li a i {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue