mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Small styling enhancements.
This commit is contained in:
@@ -3,8 +3,10 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||
.btn-group(
|
||||
dropdown,
|
||||
tooltip="#{translate('recompile_pdf')} ({{modifierKey}} + Enter)"
|
||||
tooltip-class="keyboard-tooltip"
|
||||
tooltip-popup-delay="500"
|
||||
tooltip-append-to-body="true"
|
||||
tooltip-placement="bottom"
|
||||
)
|
||||
a.btn.btn-info(
|
||||
href,
|
||||
|
||||
@@ -168,3 +168,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.keyboard-tooltip {
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user