From ae1fb29687f367ab3f09ccb528475ce187db1c13 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Fri, 21 Aug 2026 23:24:12 +0300 Subject: [PATCH] Style silent patch note for auto-apply generate path. Co-authored-by: Cursor --- Assets/assistent.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Assets/assistent.css b/Assets/assistent.css index e9f5520..bb852ca 100644 --- a/Assets/assistent.css +++ b/Assets/assistent.css @@ -714,6 +714,13 @@ pointer-events: none; } +.sa-patch-silent { + opacity: 0.88; + font-size: 0.88rem; + padding: 0.35rem 0.5rem; + border-left: 3px solid color-mix(in srgb, #3fb950 70%, transparent); +} + .sa-spinner-btn { width: 0.7rem; height: 0.7rem;