github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/packages/pyroscope-flamegraph/src/FlameGraph/FlameGraphComponent/DiffLegendPaletteDropdown.module.css (about) 1 .diffPaletteDropdown { 2 max-width: 510px; 3 min-width: 292px; 4 width: inherit; 5 padding-right: 20px !important; 6 } 7 8 .dropdownWrapper { 9 display: flex; 10 align-items: center; 11 flex-direction: column; 12 } 13 14 .diffPaletteDropdown > div { 15 margin-bottom: 0px; 16 display: flex; 17 } 18 19 .diffPaletteDropdown::after { 20 top: 0px; 21 } 22 23 .dropdownItem { 24 width: 100%; 25 display: flex; 26 } 27 28 .dropdownItem svg { 29 margin-left: 1em; 30 fill: var(--ps-neutral-2); 31 } 32 33 .row { 34 display: flex; 35 justify-content: space-between; 36 margin-left: auto; 37 margin-right: auto; 38 width: 300px; 39 height: 45px; 40 }