From cc1254d767fd7ac15d9451ecf9bd100c8f5ec75f Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 4 Nov 2023 09:04:24 +0000 Subject: [PATCH] add mobile stuff --- html/search-web.ejs | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/html/search-web.ejs b/html/search-web.ejs index 0ed42638..085cbb01 100644 --- a/html/search-web.ejs +++ b/html/search-web.ejs @@ -316,6 +316,7 @@ border:solid; - + <% } %> + @@ -429,7 +449,14 @@ Web <%= x.title %>

<%= x.link %>
+ <% if (!isMobile) { %> + <%= x.snippet %> + <% } %> + <% if (isMobile) { %> + + <%= x.snippet %> + <% } %>