From 7269c46de3b80d2d7afccd2bcebb2337495e4116 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 19:32:05 +0300 Subject: [PATCH] style(next): note attachments page: tweak header font size --- apps/client/src/stylesheets/theme-next/pages.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/pages.css b/apps/client/src/stylesheets/theme-next/pages.css index 5a34b9680..1d2d0512c 100644 --- a/apps/client/src/stylesheets/theme-next/pages.css +++ b/apps/client/src/stylesheets/theme-next/pages.css @@ -142,6 +142,12 @@ div.note-detail-empty { border: unset; } +/* NOTE ATTACHMENTS */ + +.attachment-list div.links-wrapper { + font-size: unset; +} + /* * OPTIONS PAGES */