Skip to content

Commit abbb8c1

Browse files
Fixed the appearance of the "no diff" message for text diffs (#185)
1 parent d2ac4e2 commit abbb8c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/MindWork AI Studio/wwwroot/app.css

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
background-color: initial !important;
6161
}
6262

63+
.improvedDiff .wikEdDiffNoChange {
64+
background-color: initial !important;
65+
}
66+
6367
.improvedDiff .wikEdDiffDelete {
6468
text-decoration-line: line-through;
6569
text-decoration-style: double;

app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
- Added our second financial contributor: Thanks `peerschuett` for supporting AI Studio financially.
33
- Added multiple workspace display options: toggle the workspace overlay (this is the previous behavior), toggle the workspace sidebar, or permanently display the workspace sidebar.
44
- Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors.
5-
- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination.
5+
- Fixed the "send to" issue, where you could select the bias-of-the-day assistant as destination.
6+
- Fixed the appearance of the "no diff" message for text diffs when the dark mode is enabled.

0 commit comments

Comments
 (0)