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 566e13e commit a03e4c1Copy full SHA for a03e4c1
web_src/css/features/heatmap.css
@@ -18,9 +18,8 @@
18
19
/* Fallback height adjustment above for browsers that don't support container queries */
20
@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
-
+ /* Before the Vue component is mounted, show a loading indicator with dummy size */
+ /* The ratio is guesswork for legacy browsers, new browsers use the "container-type" approach above */
24
#user-heatmap.is-loading {
25
aspect-ratio: 5.4823972051; /* the size is about 816 x 148.84 */
26
}
0 commit comments