From c0247671f7fe43780adfe0e96d818bc49a18e5c4 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 12 Nov 2025 12:08:49 -0600 Subject: [PATCH] Fix regression that made index full-width --- app/assets/stylesheets/panels.css | 4 ++++ app/views/notifications/index.html.erb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/panels.css b/app/assets/stylesheets/panels.css index a82dc1665..93e60b58e 100644 --- a/app/assets/stylesheets/panels.css +++ b/app/assets/stylesheets/panels.css @@ -15,6 +15,10 @@ } } + .panel--wide { + --panel-size: 60ch; + } + .panel--centered { --panel-border-size: 0; --panel-size: 100%; diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index 38ac87f52..2fa4e0078 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -13,7 +13,7 @@
-
+
<% if @unread.any? %>

New for you

@@ -30,7 +30,7 @@
-
+

Previously seen