From 309e64caf4846abc280ba6c3cbcad9266e7a7374 Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Thu, 11 Jul 2024 20:24:46 +0200 Subject: [PATCH 1/3] FIX posters licence flick effect --- components/Cards/PosterList.vue | 50 +++++++++++++++++++-------------- pages/publications.vue | 8 ++++-- 2 files changed, 35 insertions(+), 23 deletions(-) diff --git a/components/Cards/PosterList.vue b/components/Cards/PosterList.vue index 3d0c1a29..3eb4a1a2 100644 --- a/components/Cards/PosterList.vue +++ b/components/Cards/PosterList.vue @@ -95,18 +95,24 @@ - + @@ -269,31 +275,32 @@ export default { From fe4126e09aed448f96881adad9b4b7c7c93f744c Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Thu, 11 Jul 2024 21:07:14 +0200 Subject: [PATCH 2/3] FIX posters licence flick effect - prettier --- components/Cards/PosterList.vue | 56 +++++++++++++++++---------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/components/Cards/PosterList.vue b/components/Cards/PosterList.vue index 3eb4a1a2..fb0f66ad 100644 --- a/components/Cards/PosterList.vue +++ b/components/Cards/PosterList.vue @@ -95,24 +95,26 @@ - + @@ -281,26 +283,26 @@ export default { justify-content: center; display: flex; justify-content: center; - align-items: end; + align-items: end; gap: 10px; - flex: 1; - padding-bottom: 10px; - .chip-icon{ - height: 23px; - transition: all .3s ease-in-out; - display: block; - &:hover { - transform: scale(1.4); - } - img { - height: 100%; - border-radius: 50%; - opacity: 0.7; - } - &:focus { - outline: none; - } - } + flex: 1; + padding-bottom: 10px; + .chip-icon { + height: 23px; + transition: all 0.3s ease-in-out; + display: block; + &:hover { + transform: scale(1.4); + } + img { + height: 100%; + border-radius: 50%; + opacity: 0.7; + } + &:focus { + outline: none; + } + } } .poster-grid { @@ -330,7 +332,7 @@ export default { text-align: left; word-break: break-word; /* Allow breaking long words */ overflow: hidden; /* Hide overflow text */ - flex: 2; + flex: 2; } .poster-title:hover { From 6fbd59c19c7c76948a10432b3e28a3eca331044c Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Thu, 11 Jul 2024 21:20:35 +0200 Subject: [PATCH 3/3] FIX posters licence flick effect - prettier 2 --- pages/publications.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/publications.vue b/pages/publications.vue index 604dcf78..8c093cb9 100644 --- a/pages/publications.vue +++ b/pages/publications.vue @@ -32,7 +32,7 @@ -
+
Loading... @@ -46,7 +46,7 @@
-
+
Loading... @@ -80,7 +80,7 @@
-
+
Loading... @@ -94,7 +94,7 @@
-
+
Loading... @@ -305,6 +305,6 @@ export default { } .tab-aligned { - justify-content: start; + justify-content: start; }