mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Added max width to profile image (#9783)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user