mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Move layout button tooltip placement (#5130)
GitOrigin-RevId: 3d8af2f92e0229019696fc355c8573bc92d5df8d
This commit is contained in:
parent
3361ccfec1
commit
40eda2eaf9
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
ng-click="switchToFlatLayout('pdf')"
|
||||
ng-show="ui.pdfLayout == 'sideBySide'"
|
||||
tooltip=translate('full_screen')
|
||||
tooltip-placement="bottom"
|
||||
tooltip-placement="left"
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
i.fa.fa-expand
|
||||
|
@ -175,7 +175,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
ng-click="switchToSideBySideLayout('editor')"
|
||||
ng-show="ui.pdfLayout == 'flat'"
|
||||
tooltip=translate('split_screen')
|
||||
tooltip-placement="bottom"
|
||||
tooltip-placement="left"
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
i.fa.fa-compress
|
||||
|
|
Loading…
Reference in a new issue