2.9.9.1
Percentage bars on panel
This commit is contained in:
@@ -1569,8 +1569,26 @@
|
||||
flex: 1;
|
||||
color: #4a3420;
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.insight-bar-track {
|
||||
height: 4px;
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.insight-bar {
|
||||
display: block;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
transition: width 0.35s ease;
|
||||
}
|
||||
.bar-pos { background: #c8522a; }
|
||||
.bar-neg { background: #3a78a8; }
|
||||
|
||||
/* Delta values for "Why it feels like this" */
|
||||
.insight-delta {
|
||||
font-family: JetBrains Mono, monospace;
|
||||
|
||||
Reference in New Issue
Block a user