From 6dd737da91b8337b670804463fef6478da510d26 Mon Sep 17 00:00:00 2001 From: Juan M Date: Tue, 9 May 2023 12:27:42 -0300 Subject: [PATCH 1/2] Try to fix active events on mobile on a single drop --- src/styles/event.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/event.css b/src/styles/event.css index b5a526f..97cf52c 100644 --- a/src/styles/event.css +++ b/src/styles/event.css @@ -26,3 +26,9 @@ border: 1px dashed #e76e90; margin-right: .5rem; } + +@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { + .events .in-common .active-events { + top: 100%; + } +} From 7a1536f5256d6ea7613a8ba08566e8efa5bc3085 Mon Sep 17 00:00:00 2001 From: Juan M Date: Tue, 9 May 2023 12:28:53 -0300 Subject: [PATCH 2/2] Version 1.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35a7ccc..a5ed040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poap-xyz/poap-family", - "version": "1.1.7", + "version": "1.1.8", "author": { "name": "POAP", "url": "https://poap.xyz"