Skip to content

Commit 042a5fb

Browse files
committed
Styling fixes
1 parent d99f6f8 commit 042a5fb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/Histogram.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
background-color: var(--darker);
4242
width: 100%;
4343
position: relative;
44-
transition: height 0.3s ease;
44+
transition: all 0.3s ease;
4545
}
4646

4747
.bar:hover {
@@ -92,6 +92,7 @@
9292
top: 0;
9393
height: 100%;
9494
background-color: var(--darker);
95+
transition: all 0.3s ease;
9596
z-index: 2;
9697
border-radius: 4px;
9798
}
@@ -125,6 +126,7 @@
125126
display: flex;
126127
align-items: center;
127128
justify-content: center;
129+
transition: all 0.3s ease;
128130
}
129131

130132
.hoverable-line:hover .tooltip {

src/components/WorldMap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
transition: transform 0.2s ease;
141141
cursor: pointer;
142142
background-color: var(--blue);
143-
width: 24px;
144-
height: 24px;;
143+
width: 36px;
144+
height: 36px;
145145
border-radius: 50%;
146146
border: 3px solid var(--grey);
147147
}

0 commit comments

Comments
 (0)