From 7d0407527d0df7ac7e22a583288ef528bb61a7b4 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Sat, 22 Mar 2025 16:14:42 -0400 Subject: [PATCH 1/2] Update icon.svg --- static/icons/logo.svg | 160 +----------------------------------------- 1 file changed, 1 insertion(+), 159 deletions(-) diff --git a/static/icons/logo.svg b/static/icons/logo.svg index d5f4248f0..6536d7e16 100644 --- a/static/icons/logo.svg +++ b/static/icons/logo.svg @@ -1,159 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - Medley - +MedleyMedley \ No newline at end of file From 083b016a41eaa1e12688922cd7ca17c1010bec33 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Wed, 26 Mar 2025 00:38:20 -0400 Subject: [PATCH 2/2] Update css to make navbar more responsive Updates to make the navigation bar more responsive to the browser window size. Change 1: Drop the title, The Medley Interlisp Project, when the size of the screen shrinks to a point where there is no space between the icons and the title. Change 2: On the home page, when the icons and search bar have taken up all the horizontal space, drop the search bar to a second line. Change 3: On all other pages, drop the search bar, we have the left search bar available. --- layouts/partials/navbar.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 297808a69..46197276f 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -4,7 +4,7 @@ -}} {{ $baseURL := urls.Parse $.Site.Params.Baseurl -}} - \ No newline at end of file