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 d99f6f8 commit 042a5fbCopy full SHA for 042a5fb
src/components/Histogram.css
@@ -41,7 +41,7 @@
41
background-color: var(--darker);
42
width: 100%;
43
position: relative;
44
- transition: height 0.3s ease;
+ transition: all 0.3s ease;
45
}
46
47
.bar:hover {
@@ -92,6 +92,7 @@
92
top: 0;
93
height: 100%;
94
95
96
z-index: 2;
97
border-radius: 4px;
98
@@ -125,6 +126,7 @@
125
126
display: flex;
127
align-items: center;
128
justify-content: center;
129
130
131
132
.hoverable-line:hover .tooltip {
src/components/WorldMap.css
@@ -140,8 +140,8 @@
140
transition: transform 0.2s ease;
141
cursor: pointer;
142
background-color: var(--blue);
143
- width: 24px;
144
- height: 24px;;
+ width: 36px;
+ height: 36px;
145
border-radius: 50%;
146
border: 3px solid var(--grey);
147
0 commit comments