<option name="user.profile.trophy.maxUserSpecialTrophies">
<categoryname>user.profile.trophy</categoryname>
<optiontype>integer</optiontype>
- <defaultvalue>3</defaultvalue>
+ <defaultvalue>5</defaultvalue>
<options>module_trophy</options>
<minvalue>0</minvalue>
- <maxvalue>5</maxvalue>
<usersonly>1</usersonly>
</option>
<!-- /user.profile -->
}
}
+/* trophies in message sidebar */
.specialTrophyContainer {
margin-top: 10px;
> ul {
display: flex;
justify-content: center;
+ flex-wrap: wrap;
+ margin-bottom: -5px;
+ margin-right: -5px;
- > li:not(:last-child) {
+ > li {
+ margin-bottom: 5px;
margin-right: 5px;
}
}
}
}
+/* trophies in user profile header */
.specialTrophyUserContainer > ul {
+ align-items: center;
display: flex;
+ flex-wrap: wrap;
+ margin-right: -5px;
margin-top: -15px;
- margin-bottom: 5px;
- > li:not(:last-child) {
+ > li {
+ margin-bottom: 5px;
margin-right: 5px;
}
}