Adjustments to keep the current SL look and feel.

This commit is contained in:
Paulo Reis 2017-11-24 16:43:02 +00:00
parent 860399d9de
commit 1177f34125
2 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,7 @@
.pdf .toolbar.toolbar-pdf when (@is-overleaf = false) {
.toolbar-tall-mixin;
padding: 0 (@line-height-computed / 2);
}
.pdf-viewer, .pdf-logs, .pdf-errors, .pdf-uncompiled {
@ -25,9 +26,15 @@
}
.btn-recompile-group when (@is-overleaf = true) {
align-self: stretch;
margin-right: 5px;
}
.btn-recompile-group when (@is-overleaf = false) {
margin-right: (@line-height-computed / 2);
}
.btn-recompile when (@is-overleaf = true) {
height: 100%;
.btn-primary;

View file

@ -26,7 +26,6 @@
display: inline-block;
color: @toolbar-icon-btn-color;
padding: 0 5px;
// margin: 1px 2px;
border-radius: @border-radius-small;
&:hover {
text-shadow: @toolbar-icon-btn-hover-shadow;