[refactor] update channel name style

This commit is contained in:
Janis Meister
2023-06-30 13:25:44 +02:00
parent 113fcb28de
commit 0d3317802c
2 changed files with 18 additions and 5 deletions

View File

@@ -4,10 +4,19 @@
gap: 0 0;
padding: 1rem;
h3 {
font-size: 1.5rem;
font-weight: 500;
margin: 0;
.channelNameContainer {
display: flex;
align-items: center;
margin-bottom: 20px;
h3 {
font-size: 1.7rem;
font-weight: 500;
margin: 0;
background-color: rgba(47, 49, 54, 0.5);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
color: white;
}
}
.client {