mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Added max width to profile image (#9783)
This commit is contained in:
@@ -322,7 +322,6 @@ div
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.message-icon {
|
.message-icon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
color: #686274;
|
color: #686274;
|
||||||
@@ -357,6 +356,10 @@ div
|
|||||||
margin-top: -0.2em !important;
|
margin-top: -0.2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
h1 {
|
h1 {
|
||||||
color: #4f2a93;
|
color: #4f2a93;
|
||||||
|
|||||||
Reference in New Issue
Block a user