fix: missing background on avatar
This commit is contained in:
parent
221c800715
commit
8d625e21e4
1 changed files with 5 additions and 4 deletions
|
@ -150,12 +150,13 @@ function buttonEditProfile() {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 2em;
|
left: 2em;
|
||||||
top: 2.5em;
|
top: 2.5em;
|
||||||
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
width: 6em;
|
width: 6em;
|
||||||
height: 6em;
|
height: 6em;
|
||||||
|
|
||||||
|
background-color: var(--accent-color);
|
||||||
border: .15em solid var(--accent-color);
|
border: .15em solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,7 +215,7 @@ function buttonEditProfile() {
|
||||||
|
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
width: 100%;
|
width: fit-content;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue