From abbb8c1650975745bcfb15341cae530b35f9b444 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 2 Nov 2024 23:03:07 +0100 Subject: [PATCH] Fixed the appearance of the "no diff" message for text diffs (#185) --- app/MindWork AI Studio/wwwroot/app.css | 4 ++++ app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/wwwroot/app.css b/app/MindWork AI Studio/wwwroot/app.css index 566affe..d19da8e 100644 --- a/app/MindWork AI Studio/wwwroot/app.css +++ b/app/MindWork AI Studio/wwwroot/app.css @@ -60,6 +60,10 @@ background-color: initial !important; } +.improvedDiff .wikEdDiffNoChange { + background-color: initial !important; +} + .improvedDiff .wikEdDiffDelete { text-decoration-line: line-through; text-decoration-style: double; diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md index 253a09f..f8f8d4e 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md @@ -2,4 +2,5 @@ - Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially. - Added multiple workspace display options: toggle the workspace overlay (this is the previous behavior), toggle the workspace sidebar, or permanently display the workspace sidebar. - Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors. -- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination. \ No newline at end of file +- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination. +- Fixed the appearance of the "no diff" message for text diffs when the dark mode is enabled. \ No newline at end of file