Skip to content

Commit e96f59a

Browse files
authored
Update Vertical User Profile.css
1 parent 722c737 commit e96f59a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Theme/User Panel/Vertical User Profile.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,21 @@
103103
flex-direction: column;
104104
}
105105

106-
/* If there is over 3 display in 3's */
106+
/* If there is over 3 display in 3's
107107
[aria-label="User Profile Modal"]:has([class*=small])
108108
[aria-label="User Badges"]:has(> div:nth-child(n+3)) {
109109
display: grid !important;
110110
grid-template-columns: repeat(3, 1fr) !important;
111111
justify-items: center !important;
112112
}
113+
*/
113114

114-
/* If there is under 3 display in 2's */
115+
/* If there is under 3 display in 2's
115116
[aria-label="User Profile Modal"]:has([class*=small])
116117
[aria-label="User Badges"]:has(> div:nth-child(n+2)) {
117118
grid-template-columns: repeat(2, 1fr);
118119
}
120+
*/
119121

120122
/* If more than 1 badge -> add 5px padding right */
121123
[aria-label="User Badges"]:has(> div:nth-child(n+2)) {

0 commit comments

Comments
 (0)