mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:29:06 +00:00
Fixed the appearance of the "no diff" message for text diffs (#185)
This commit is contained in:
parent
d2ac4e26b0
commit
abbb8c1650
@ -60,6 +60,10 @@
|
|||||||
background-color: initial !important;
|
background-color: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.improvedDiff .wikEdDiffNoChange {
|
||||||
|
background-color: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
.improvedDiff .wikEdDiffDelete {
|
.improvedDiff .wikEdDiffDelete {
|
||||||
text-decoration-line: line-through;
|
text-decoration-line: line-through;
|
||||||
text-decoration-style: double;
|
text-decoration-style: double;
|
||||||
|
@ -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.
|
- 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.
|
- 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 "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.
|
Loading…
Reference in New Issue
Block a user