mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Advertise CM6 Rich Text in the CM5 track changes panel (#11361)
GitOrigin-RevId: 3d2e43263528c64292a01afb3d032e11a6cbbfb9
This commit is contained in:
parent
8b610d2d1c
commit
cf8051dcad
2 changed files with 3 additions and 4 deletions
|
@ -249,9 +249,8 @@
|
|||
.rp-unsupported-msg-wrapper
|
||||
.rp-unsupported-msg
|
||||
i.fa.fa-5x.fa-exclamation-triangle
|
||||
p.rp-unsupported-msg-title Track Changes support in rich text mode is a work in progress.
|
||||
p You can see tracked insertions and deletions, but you can't see comments and changes in this side bar yet.
|
||||
p We're working hard to add them as soon as they're ready.
|
||||
p.rp-unsupported-msg-title Join our #[a(href="/beta/participate") Beta program] to use Track Changes in Rich Text mode!
|
||||
p You can #[a(href="/beta/participate") sign up] instantly to test and give feedback on our new version that includes comments and track changes!
|
||||
|
||||
|
||||
script(type='text/ng-template', id='changeEntryTemplate')
|
||||
|
|
|
@ -789,7 +789,7 @@
|
|||
|
||||
.rp-unsupported-msg {
|
||||
display: flex;
|
||||
width: @review-panel-width - 40px;
|
||||
width: @review-panel-width - 70px;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue