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