diff --git a/web/src/routes/Event.jsx b/web/src/routes/Event.jsx index 9af56c643..24d1b2349 100644 --- a/web/src/routes/Event.jsx +++ b/web/src/routes/Event.jsx @@ -57,8 +57,8 @@ export default function Event({ eventId, close, scrollRef }) { return (
-
-
+
+
@@ -66,7 +66,7 @@ export default function Event({ eventId, close, scrollRef }) { Download Snapshot
-
+
@@ -92,7 +92,7 @@ export default function Event({ eventId, close, scrollRef }) { /> ) : null}
-
+
{data.has_clip ? ( diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 025c0255c..1a1775327 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -4,6 +4,7 @@ module.exports = { theme: { extend: { screens: { + xs: '480px', '2xl': '1536px', '3xl': '1720px', },