This commit is contained in:
MathMan05 2024-08-18 12:20:07 -05:00
parent 2440babacb
commit 6e37f84bd5
5 changed files with 122 additions and 3 deletions

View file

@ -1925,3 +1925,27 @@ form div{
border-radius:.1in;
height:17px;
}
.badge{
display:flex;
color:white;
width:fit-content;
img{
width: .1in;
height: .1in;
}
background: var(--profile-bg);
padding: .04in;
border-radius: .07in;
font-size: .12in;
align-items: center;
border: solid .01in var(--black);
box-sizing: border-box;
}
.badges{
width:fit-content;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}