Sort order and purging fix
This commit is contained in:
@@ -351,6 +351,16 @@ body {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.message-channel {
|
||||
display: inline-block;
|
||||
padding: 0.125rem 0.5rem;
|
||||
color: white;
|
||||
border-radius: 0.25rem;
|
||||
font-weight: 500;
|
||||
font-size: 0.7rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* Nodes Grid */
|
||||
.nodes-grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user