guild banner updates
This commit is contained in:
parent
d1d72451e4
commit
526974873b
5 changed files with 80 additions and 9 deletions
|
@ -725,6 +725,7 @@ span.instanceStatus {
|
|||
background: var(--channels-bg);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
flex: none;
|
||||
height: 48px;
|
||||
|
@ -734,8 +735,14 @@ span.instanceStatus {
|
|||
align-items: center;
|
||||
user-select: none;
|
||||
}
|
||||
.Banner {
|
||||
height: 100px;
|
||||
align-items: start;
|
||||
padding-top: 10px;
|
||||
background-size: cover;
|
||||
}
|
||||
#serverName {
|
||||
font-size: 1.15rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#channels {
|
||||
flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue