X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fperformance.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Fperformance.css;h=5a108b1b1b7c9e2ac5e621b836da6990d913f502;hp=003ba35a4647f72d1a6b8c6355298b852f3738ad;hb=024a65e993d7e87562e7d0f8cde4619d8def4ba5;hpb=7c4b20ee42cbec48b217c666300866c5cc74fe70 diff --git a/LCARStrek/browser/devtools/performance.css b/LCARStrek/browser/devtools/performance.css index 003ba35a..5a108b1b 100644 --- a/LCARStrek/browser/devtools/performance.css +++ b/LCARStrek/browser/devtools/performance.css @@ -269,10 +269,10 @@ width: 4.5vw; } -.call-tree-header[type="allocations"], -.call-tree-cell[type="allocations"], -.call-tree-header[type="self-allocations"], -.call-tree-cell[type="self-allocations"] { +.call-tree-header[type="count"], +.call-tree-cell[type="count"], +.call-tree-header[type="self-count"], +.call-tree-cell[type="self-count"] { width: 9vw; } @@ -722,7 +722,7 @@ call-tree-item:not([origin="content"]) .call-tree-line { background-image: url(magnifying-glass.png); } -@media (min-resolution: 1.25dppx) { +@media (min-resolution: 1.1dppx) { .call-tree-zoom { background-image: url(magnifying-glass@2x.png); }