Group Header Rendering Fixes
This commit is contained in:
@@ -140,11 +140,16 @@
|
||||
|
||||
.header-text {
|
||||
color: var(--terminal-accent);
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
font-size: 1.35rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.header-text.inline-header {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
:global(.header-icon) {
|
||||
|
||||
Reference in New Issue
Block a user