From 189dc71c3249aae2c2a6a45e9ed2cfd8ddfca686 Mon Sep 17 00:00:00 2001 From: "Leon Etienne (ubuntu wsl)" Date: Wed, 30 Sep 2020 02:20:11 +0200 Subject: [PATCH] Styled DownloadEntry and fixed responsiveness --- .../components/DownloadBox.vue | 32 ++- .../components/DownloadEntry.vue | 266 ++++++++++++++++++ .../components/Icons/download.vue | 6 + .../components/Icons/x.vue | 5 + tubio-frontend-nuxt-app/layouts/default.vue | 14 +- tubio-frontend-nuxt-app/pages/index.vue | 2 +- tubio-frontend-nuxt-app/tailwind.config.js | 6 +- 7 files changed, 327 insertions(+), 4 deletions(-) create mode 100644 tubio-frontend-nuxt-app/components/DownloadEntry.vue create mode 100644 tubio-frontend-nuxt-app/components/Icons/download.vue create mode 100644 tubio-frontend-nuxt-app/components/Icons/x.vue diff --git a/tubio-frontend-nuxt-app/components/DownloadBox.vue b/tubio-frontend-nuxt-app/components/DownloadBox.vue index 2904440..78844de 100644 --- a/tubio-frontend-nuxt-app/components/DownloadBox.vue +++ b/tubio-frontend-nuxt-app/components/DownloadBox.vue @@ -1,14 +1,44 @@ + + diff --git a/tubio-frontend-nuxt-app/components/Icons/download.vue b/tubio-frontend-nuxt-app/components/Icons/download.vue new file mode 100644 index 0000000..973ea0a --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/download.vue @@ -0,0 +1,6 @@ + diff --git a/tubio-frontend-nuxt-app/components/Icons/x.vue b/tubio-frontend-nuxt-app/components/Icons/x.vue new file mode 100644 index 0000000..d4b06a8 --- /dev/null +++ b/tubio-frontend-nuxt-app/components/Icons/x.vue @@ -0,0 +1,5 @@ + diff --git a/tubio-frontend-nuxt-app/layouts/default.vue b/tubio-frontend-nuxt-app/layouts/default.vue index e22ed4a..78c1986 100644 --- a/tubio-frontend-nuxt-app/layouts/default.vue +++ b/tubio-frontend-nuxt-app/layouts/default.vue @@ -22,7 +22,7 @@ export default { }; -