We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d640d1b commit d211fffCopy full SHA for d211fff
src/components/MemoryViewer/MemoryViewer.scss
@@ -22,23 +22,29 @@ $memory-type-colors: (
22
23
&__progress-container {
24
position: relative;
25
+
26
overflow: hidden;
27
28
height: 23px;
29
30
border-radius: 2px;
31
background: var(--g-color-base-generic);
32
}
33
34
&__container {
35
display: flex;
36
37
padding: 2px 0;
38
39
40
&__legend {
41
position: absolute;
42
+ bottom: 2px;
43
44
width: 20px;
45
height: 20px;
46
47
- bottom: 2px;
48
49
@each $type, $color in $memory-type-colors {
50
&_type_#{$type} {
@@ -49,6 +55,7 @@ $memory-type-colors: (
55
56
&__segment {
51
57
58
52
59
height: 100%;
53
60
54
61
0 commit comments