Merge branch 'main' of https://github.com/DEVTomatoCake/JankClient into jank/channel-topic

This commit is contained in:
TomatoCake
2024-08-20 15:54:02 +02:00
25 changed files with 383 additions and 94 deletions

View File

@@ -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;
}