Merge branch 'main' of https://github.com/DEVTomatoCake/JankClient into jank/channel-topic
This commit is contained in:
@@ -1782,7 +1782,7 @@ form div{
|
||||
justify-content: center;
|
||||
padding: .5in .2in;
|
||||
gap: .1in;
|
||||
width: 5.in;
|
||||
width: 5in;
|
||||
}
|
||||
#AcceptInvite{
|
||||
padding: .1in .2in;
|
||||
@@ -1929,3 +1929,28 @@ form div{
|
||||
#channelTopic {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user