mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Added max width to profile image (#9783)
This commit is contained in:
parent
dd95acf436
commit
ba36ba0157
1 changed files with 4 additions and 1 deletions
|
|
@ -322,7 +322,6 @@ div
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.message-icon {
|
||||
width: 16px;
|
||||
color: #686274;
|
||||
|
|
@ -357,6 +356,10 @@ div
|
|||
margin-top: -0.2em !important;
|
||||
}
|
||||
|
||||
.photo img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header {
|
||||
h1 {
|
||||
color: #4f2a93;
|
||||
|
|
|
|||
Loading…
Reference in a new issue