diff --git a/extension/libs/charts.css b/extension/libs/charts.css index db6f023..eaaf51e 100644 --- a/extension/libs/charts.css +++ b/extension/libs/charts.css @@ -10,10 +10,6 @@ text-align: center; } - #chart rect:hover { - fill: rgb(255, 157, 0); - } - svg:not(:root) { overflow: initial; } \ No newline at end of file diff --git a/extension/stats/index.css b/extension/stats/index.css index 485acae..201f0cb 100644 --- a/extension/stats/index.css +++ b/extension/stats/index.css @@ -1,54 +1,57 @@ * { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } li { - list-style: none; + list-style: none; } .logo { - padding: 40px; - font-family: "Alfa Slab One", serif; - font-size: 32px; - text-align: center; - display: flex; + padding: 40px; + font-family: "Alfa Slab One", serif; + font-size: 32px; + text-align: center; + display: flex; } .logo img { - width: 60px; - margin: 0 25px; + width: 60px; + margin: 0 25px; } .flex-layout { - display: flex; - justify-content: center; - align-items: center; + display: flex; + justify-content: center; + align-items: center; } .show:not(:first-child) { - border-left: 1px solid #ffffff; + border-left: 1px solid #ffffff; } -.lang-stats-graph { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; +.searching-stats-graph { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } .show:first-child { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } .show:last-child { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } .color-block { - display: inline-block; - width: 8px; - height: 8px; - border-radius: 50%; + display: inline-block; + width: 8px; + height: 8px; + border-radius: 50%; } .showText li { - display: flex; - align-items: center; + display: flex; + align-items: center; } .showText span { - padding: 3px; -} \ No newline at end of file + padding: 3px; +} +#chart rect:hover { + fill: rgb(255, 157, 0); +} diff --git a/extension/stats/index.html b/extension/stats/index.html index 5ae84ad..fb7cdaf 100644 --- a/extension/stats/index.html +++ b/extension/stats/index.html @@ -30,7 +30,7 @@