mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-29 07:33:44 +00:00
Fix missing border on SL.
This commit is contained in:
parent
314c5e1d58
commit
edfc259c53
2 changed files with 2 additions and 5 deletions
services/web
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue