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
|
i.fa.fa-list
|
||||||
span.rp-nav-label #{translate("overview")}
|
span.rp-nav-label #{translate("overview")}
|
||||||
|
|
||||||
|
.rp-unsupported-msg
|
||||||
|
p UNSUPPORTED
|
||||||
|
|
||||||
|
|
||||||
script(type='text/ng-template', id='changeEntryTemplate')
|
script(type='text/ng-template', id='changeEntryTemplate')
|
||||||
div
|
div
|
||||||
|
|
|
@ -846,6 +846,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rp-unsupported-msg {
|
||||||
|
display: none;
|
||||||
|
.rp-unsupported & {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: @review-panel-width;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ace-editor-wrapper {
|
.ace-editor-wrapper {
|
||||||
.track-changes-marker-callout {
|
.track-changes-marker-callout {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue