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