Jakov Jakovac
Jakov Jakovac
This can probably be done by using flex to align the rotors and using flex-basis 1 on the desired part of the counter (days in your case) for that part...
> Hi, I got it working with the following configuration (`@fawmi/vue-google-maps": "^0.9.72`): > > `nuxt/nuxt.config.ts` > > ```ts > export default defineNuxtConfig({ > build: { transpile: ["@fawmi/vue-google-maps"] }, > runtimeConfig:...
By removing width: 510px; from the css file the flipdown takes up full width. The problem then appears that the media query is activating too late so the flipdown is...
I will make a PR with these changes for you to check out.