Fixed the appearance of the "no diff" message for text diffs (#185)

This commit is contained in:
Thorsten Sommer 2024-11-02 23:03:07 +01:00 committed by GitHub
parent d2ac4e26b0
commit abbb8c1650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -3,3 +3,4 @@
- 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.
- Fixed the appearance of the "no diff" message for text diffs when the dark mode is enabled.