Skip to content

Commit a03e4c1

Browse files
committed
update comment
1 parent 566e13e commit a03e4c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_src/css/features/heatmap.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818

1919
/* Fallback height adjustment above for browsers that don't support container queries */
2020
@supports not (container-type: inline-size) {
21-
/* before the Vue component is mounted, show a loading indicator with dummy size */
22-
/* the ratio is guesswork, see https://github.com/razorness/vue3-calendar-heatmap/issues/26 */
23-
21+
/* Before the Vue component is mounted, show a loading indicator with dummy size */
22+
/* The ratio is guesswork for legacy browsers, new browsers use the "container-type" approach above */
2423
#user-heatmap.is-loading {
2524
aspect-ratio: 5.4823972051; /* the size is about 816 x 148.84 */
2625
}

0 commit comments

Comments
 (0)