mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add review panel unsupported message
This commit is contained in:
parent
9d81cf20f9
commit
00c089448e
2 changed files with 12 additions and 0 deletions
|
@ -235,6 +235,9 @@
|
|||
i.fa.fa-list
|
||||
span.rp-nav-label #{translate("overview")}
|
||||
|
||||
.rp-unsupported-msg
|
||||
p UNSUPPORTED
|
||||
|
||||
|
||||
script(type='text/ng-template', id='changeEntryTemplate')
|
||||
div
|
||||
|
|
|
@ -846,6 +846,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.rp-unsupported-msg {
|
||||
display: none;
|
||||
.rp-unsupported & {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: @review-panel-width;
|
||||
}
|
||||
}
|
||||
|
||||
.ace-editor-wrapper {
|
||||
.track-changes-marker-callout {
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Reference in a new issue