File tree Expand file tree Collapse file tree 5 files changed +12
-304
lines changed
Expand file tree Collapse file tree 5 files changed +12
-304
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 </div >
1919 <div class =" section chart" >
2020 <p >Daily</p >
21- <p class =" sub" >Click chart to view daily cases</p >
21+ <p class =" sub" >Click or Drag chart to view daily cases</p >
2222 <client-only >
2323 <apexchart height =" 350" type =" line" :options =" chartOptions" :series =" series" ></apexchart >
2424 </client-only >
@@ -192,11 +192,11 @@ export default {
192192 }
193193
194194 & > p {
195- margin-bottom : 8px ;
196195 font-size : 24px ;
197196 font-weight : 300 ;
198197
199198 & .sub {
199+ margin-top : 8px ;
200200 font-size : 14px ;
201201 color : #666666 ;
202202 }
@@ -208,15 +208,14 @@ export default {
208208 position : relative ;
209209
210210 ul {
211- margin : 0 ;
211+ display : flex ;
212+ margin : 0 0 0 -12px ;
213+ flex-wrap : wrap ;
212214
213215 li {
214216 display : inline-flex ;
215217 margin-left : 12px ;
216-
217- & :first-child {
218- margin-left : 0 ;
219- }
218+ margin-top : 8px ;
220219 }
221220 }
222221 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -308,6 +308,10 @@ export default {
308308
309309 .countries-wrapper {
310310 transform : translateY (calc (200% + 2px ));
311+
312+ @media only screen and (min-width : 768px ) {
313+ transform : translateY (calc (200% + 3px ));
314+ }
311315 }
312316
313317 .provinces-wrapper {
@@ -317,11 +321,11 @@ export default {
317321
318322 .dropdown-menu {
319323 position : absolute ;
320- top : calc (100% - 52 px );
324+ top : calc (100% - 56 px );
321325 margin : 0 ;
322326 padding : 0 ;
323327 display : none ;
324- max-height : 240 px ;
328+ max-height : 186 px ;
325329 width : 100% ;
326330 overflow : auto ;
327331 transform : translateY (-100% );
You can’t perform that action at this time.
0 commit comments