mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Fix missing border on SL.
This commit is contained in:
@@ -73,14 +73,14 @@ div.full-size(
|
||||
ng-show="!!pdf.url && settings.pdfViewer == 'pdfjs'"
|
||||
ng-controller="PdfSynctexController"
|
||||
)
|
||||
a.synctex-control.synctex-control-goto-pdf(
|
||||
a.btn.btn-default.btn-xs.synctex-control.synctex-control-goto-pdf(
|
||||
tooltip=translate('go_to_code_location_in_pdf')
|
||||
tooltip-placement="right"
|
||||
tooltip-append-to-body="true"
|
||||
ng-click="syncToPdf()"
|
||||
)
|
||||
i.synctex-control-icon
|
||||
a.synctex-control.synctex-control-goto-code(
|
||||
a.btn.btn-default.btn-xs.synctex-control.synctex-control-goto-code(
|
||||
tooltip-html="'"+translate('go_to_pdf_location_in_code', {}, true)+"'"
|
||||
tooltip-placement="right"
|
||||
tooltip-append-to-body="true"
|
||||
|
||||
@@ -239,9 +239,6 @@
|
||||
margin-right: -11px;
|
||||
}
|
||||
.synctex-control {
|
||||
.btn;
|
||||
.btn-default;
|
||||
.btn-xs;
|
||||
display: block;
|
||||
margin-bottom: 3px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user