[SCM] postgis.net branch ai/compatibility-header-spacing-20260801 updated. clarity-final-236-g40dc8fa
git at osgeo.org
git at osgeo.org
Fri Jul 31 20:40:29 PDT 2026
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, ai/compatibility-header-spacing-20260801 has been updated
discards 000f5e5f380a4c36a55cc8272263c7bc02ae4e50 (commit)
via 40dc8fafbd5008e944700c8d87dd1520ed49d896 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (000f5e5f380a4c36a55cc8272263c7bc02ae4e50)
\
N -- N -- N (40dc8fafbd5008e944700c8d87dd1520ed49d896)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 40dc8fafbd5008e944700c8d87dd1520ed49d896
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sat Aug 1 07:37:45 2026 +0400
fix: refine compatibility matrix spacing
diff --git a/content/development/compatibility/index.md b/content/development/compatibility/index.md
index 7529924..0b3846f 100644
--- a/content/development/compatibility/index.md
+++ b/content/development/compatibility/index.md
@@ -11,7 +11,7 @@ browser shows release intersections across PostgreSQL and dependency versions,
keeps downstream packaging informational, and keeps historical and patch-level
detail behind explicit view controls.
-<link rel="stylesheet" href="support-browser.css?v=15">
+<link rel="stylesheet" href="support-browser.css?v=16">
<div id="postgis-support-browser" class="postgis-support-browser" data-source="compatibility.json?v=12">
<p>Loading compatibility data...</p>
diff --git a/content/development/compatibility/support-browser.css b/content/development/compatibility/support-browser.css
index 1cf2eda..67815c4 100644
--- a/content/development/compatibility/support-browser.css
+++ b/content/development/compatibility/support-browser.css
@@ -143,7 +143,7 @@ main.container:has(.postgis-support-browser) .gdoc-markdown {
}
.support-matrix-shell:not(:has(.support-patch-row)) {
- --support-series-head-width: 7.4rem;
+ --support-series-head-width: 6.25rem;
}
@media (hover: hover) and (pointer: fine) {
@@ -288,9 +288,10 @@ main.container:has(.postgis-support-browser) .support-matrix-shell .support-colu
justify-content: center;
left: calc(var(--support-series-group-width) + var(--support-series-head-width));
min-height: 2.4rem;
+ min-width: var(--support-cell-width);
padding: 0.35rem 0.45rem;
position: sticky;
- width: var(--support-cell-width);
+ width: max-content;
}
.support-corner--overview {
-----------------------------------------------------------------------
Summary of changes:
content/development/compatibility/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list