File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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)) {
You can’t perform that action at this time.
0 commit comments