From cf41297a97ee367877c41eec41d95bd68c9c5652 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 15 Jan 2026 00:01:39 -0600 Subject: [PATCH] checkpoint --- Makefile | 3 +-- index.html | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ed0212f2..39e6a5d8 100644 --- a/Makefile +++ b/Makefile @@ -132,8 +132,7 @@ LIBFUSE := libfuse/$(BUILDDIR)/libfuse.a LDFLAGS ?= LDLIBS := \ -lrt \ - -pthread \ - -lcrypto + -pthread override LDLIBS += \ $(LIBFUSE) ifeq ($(CXX),g++) diff --git a/index.html b/index.html index dacee14f..929f8e5c 100644 --- a/index.html +++ b/index.html @@ -768,6 +768,8 @@ .policy-select { width: 100%; + max-width: 100%; + min-width: 0; margin-bottom: 8px; padding: 8px 10px; font-size: 13px;