forked from indymedia/epicyon
Rounded corners of avatar images
parent
6026d8b6bd
commit
fe2251b49c
|
@ -30,14 +30,14 @@ body {
|
||||||
max-width: 60px;
|
max-width: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container img.attachment {
|
.container img.attachment {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
border-radius: 0%;
|
border-radius: 10%;
|
||||||
}
|
}
|
||||||
.container img.right {
|
.container img.right {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
@ -90,6 +90,10 @@ def htmlProfile(profileJson: {}) -> str:
|
||||||
' color: white;' \
|
' color: white;' \
|
||||||
'}' \
|
'}' \
|
||||||
'' \
|
'' \
|
||||||
|
'.hero-text img {' \
|
||||||
|
' border-radius: 10%;' \
|
||||||
|
'}' \
|
||||||
|
'' \
|
||||||
'.hero-text button {' \
|
'.hero-text button {' \
|
||||||
' border: none;' \
|
' border: none;' \
|
||||||
' outline: 0;' \
|
' outline: 0;' \
|
||||||
|
|
Loading…
Reference in New Issue