From d4dd4ccfdceaaff4e5cb409a96b3c802d762d8d8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 14 Feb 2026 19:16:38 +0000
Subject: [PATCH] =minor changes to css, mainly the item-grid in the feedblock extending past the body width
---
all.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/all.css b/all.css
index 84bef9c..174361c 100644
--- a/all.css
+++ b/all.css
@@ -1774,6 +1774,7 @@
width: 100%;
max-width: 100%;
height: 100%;
+ margin: 0;
}
@@ -1909,6 +1910,7 @@
overflow: hidden auto;
margin: 0 0 0 1.5rem;
padding-right: 1.2rem;
+ padding-bottom: var(--btn);
width: calc(100% - 1.5rem);
}
--
Gitblit v1.10.0