2020-06-25 10:45:49 -04:00
|
|
|
.pdf .toolbar.toolbar-pdf {
|
2019-12-05 14:09:31 -05:00
|
|
|
.toolbar-small-mixin;
|
|
|
|
.toolbar-alt-mixin;
|
|
|
|
padding-right: 5px;
|
2021-10-12 04:47:46 -04:00
|
|
|
margin-left: 0;
|
2019-12-05 14:09:31 -05:00
|
|
|
.auto-compile-status {
|
|
|
|
color: white;
|
|
|
|
margin-right: (@line-height-computed / 2);
|
|
|
|
i {
|
|
|
|
color: @brand-danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.auto-compile-status when (@is-overleaf-light = true) {
|
|
|
|
color: @ol-blue-gray-3;
|
|
|
|
}
|
2018-08-24 07:06:56 -04:00
|
|
|
}
|
|
|
|
|
2021-11-15 11:33:57 -05:00
|
|
|
.toolbar-pdf-orphan,
|
2020-09-29 07:08:49 -04:00
|
|
|
.toolbar-pdf-left,
|
2024-05-29 10:17:37 -04:00
|
|
|
.toolbar-pdf-right,
|
|
|
|
.toolbar-pdf-controls {
|
2020-09-29 07:08:49 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-self: stretch;
|
2024-05-29 10:17:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar-pdf-orphan,
|
|
|
|
.toolbar-pdf-controls {
|
2020-09-29 07:08:49 -04:00
|
|
|
flex: 1 1 100%;
|
|
|
|
}
|
|
|
|
|
2024-05-29 10:17:37 -04:00
|
|
|
.toolbar-pdf-controls {
|
|
|
|
margin-right: 4px;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2020-09-29 07:08:49 -04:00
|
|
|
.toolbar-pdf-right {
|
2024-05-29 10:17:37 -04:00
|
|
|
flex: 1;
|
|
|
|
justify-content: flex-end;
|
2020-09-29 07:08:49 -04:00
|
|
|
}
|
|
|
|
|
2021-11-15 11:33:57 -05:00
|
|
|
.toolbar-pdf-orphan {
|
|
|
|
justify-content: center;
|
2021-11-30 09:54:14 -05:00
|
|
|
color: @toolbar-btn-color;
|
2021-11-15 11:33:57 -05:00
|
|
|
.btn {
|
|
|
|
margin-left: @margin-xs;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-29 07:08:49 -04:00
|
|
|
.btn-toggle-logs {
|
|
|
|
&:focus,
|
|
|
|
&:active:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
.pdf-toolbar-btn {
|
|
|
|
display: inline-block;
|
|
|
|
color: @toolbar-btn-color;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 4px 2px;
|
|
|
|
line-height: 1;
|
|
|
|
height: 24px;
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active,
|
|
|
|
&:focus {
|
2021-10-12 04:47:46 -04:00
|
|
|
color: @toolbar-btn-color;
|
2024-06-26 08:37:51 -04:00
|
|
|
}
|
2021-10-12 04:47:46 -04:00
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
&:hover {
|
|
|
|
&:not(:disabled) {
|
|
|
|
background-color: @pdf-toolbar-btn-hover-color;
|
2021-10-12 04:47:46 -04:00
|
|
|
}
|
2024-06-26 08:37:51 -04:00
|
|
|
}
|
2021-10-12 04:47:46 -04:00
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
.label {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 0.15em 0.6em 0.2em;
|
|
|
|
font-size: 60%;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2021-10-12 04:47:46 -04:00
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
&.log-btn {
|
|
|
|
border: none;
|
|
|
|
margin-right: 3px;
|
2021-10-12 04:47:46 -04:00
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
&.active {
|
|
|
|
color: white;
|
|
|
|
background-color: @link-color;
|
|
|
|
box-shadow: @toolbar-icon-btn-hover-boxshadow;
|
|
|
|
opacity: 0.65;
|
2021-10-12 04:47:46 -04:00
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
&:hover {
|
|
|
|
&:not(:disabled) {
|
|
|
|
background-color: transparent;
|
|
|
|
color: @toolbar-btn-color;
|
2021-10-12 04:47:46 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-06-26 08:37:51 -04:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
2024-05-31 04:51:27 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-07 11:35:39 -05:00
|
|
|
.pdf {
|
2019-12-05 14:09:31 -05:00
|
|
|
background-color: @pdf-bg;
|
2017-12-07 09:14:42 -05:00
|
|
|
}
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.pdf-viewer,
|
|
|
|
.pdf-errors,
|
|
|
|
.pdf-uncompiled {
|
|
|
|
.full-size;
|
|
|
|
top: @pdf-top-offset;
|
2014-06-29 09:22:08 -04:00
|
|
|
}
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.pdf-errors,
|
|
|
|
.pdf-uncompiled,
|
|
|
|
.pdf-validation-problems {
|
|
|
|
padding: @line-height-computed / 2;
|
2014-06-30 06:35:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pdf-uncompiled {
|
2019-12-05 14:09:31 -05:00
|
|
|
.fa {
|
|
|
|
color: @blue;
|
|
|
|
}
|
2014-06-30 06:35:32 -04:00
|
|
|
}
|
|
|
|
|
2020-11-09 09:52:22 -05:00
|
|
|
.toolbar-text {
|
|
|
|
padding-left: @padding-xs;
|
|
|
|
}
|
|
|
|
|
2014-06-29 09:22:08 -04:00
|
|
|
.pdf-viewer {
|
2019-12-05 14:09:31 -05:00
|
|
|
iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.pdfjs-viewer {
|
|
|
|
.full-size;
|
|
|
|
background-color: @pdfjs-bg;
|
|
|
|
overflow: scroll;
|
2022-03-28 06:21:42 -04:00
|
|
|
.canvasWrapper > canvas,
|
2019-12-05 14:09:31 -05:00
|
|
|
div.pdf-canvas {
|
|
|
|
background: white;
|
|
|
|
box-shadow: @pdf-page-shadow-color 0px 0px 10px;
|
|
|
|
}
|
|
|
|
div.pdf-canvas.pdfng-empty {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
div.pdf-canvas.pdfng-loading {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.page-container {
|
|
|
|
margin: 10px auto;
|
|
|
|
padding: 0 10px;
|
|
|
|
box-sizing: content-box;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2021-09-30 07:29:25 -04:00
|
|
|
.page {
|
|
|
|
box-sizing: content-box;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-05-17 08:57:36 -04:00
|
|
|
box-shadow: 0 0 8px #bbb;
|
|
|
|
border: none;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2021-09-30 07:29:25 -04:00
|
|
|
}
|
|
|
|
.pdfjs-viewer-inner {
|
|
|
|
position: absolute;
|
2021-11-08 06:15:07 -05:00
|
|
|
overflow-y: scroll;
|
2021-09-30 07:29:25 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-10-21 04:09:10 -04:00
|
|
|
-webkit-font-smoothing: initial;
|
|
|
|
-moz-osx-font-smoothing: initial;
|
2022-05-11 07:25:20 -04:00
|
|
|
/* fix review-panel overflow issue, see: https://github.com/overleaf/internal/issues/6781#issuecomment-1112708638 */
|
|
|
|
.pdfViewer {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
2021-09-30 07:29:25 -04:00
|
|
|
}
|
2021-09-17 06:55:50 -04:00
|
|
|
&:focus-within {
|
|
|
|
outline: none;
|
|
|
|
}
|
2021-10-15 05:50:34 -04:00
|
|
|
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
|
|
|
.textLayer br::selection {
|
|
|
|
background: transparent;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
|
|
|
.progress-thin {
|
|
|
|
position: absolute;
|
|
|
|
top: -2px;
|
|
|
|
height: 3px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
.progress-bar {
|
|
|
|
height: 100%;
|
|
|
|
background-color: @link-color;
|
|
|
|
}
|
|
|
|
}
|
2024-05-29 10:17:37 -04:00
|
|
|
}
|
2023-09-15 03:13:22 -04:00
|
|
|
|
2024-05-29 10:17:37 -04:00
|
|
|
.pdfjs-viewer-controls {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-zoom-controls {
|
|
|
|
border-left: 1px solid rgba(125, 125, 125, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-toolbar-buttons {
|
|
|
|
display: flex;
|
|
|
|
gap: 8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-toolbar-button {
|
|
|
|
padding: 2px !important;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: @toolbar-btn-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-zoom-dropdown-button {
|
|
|
|
width: 60px;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
.caret {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-zoom-dropdown-mac-shortcut-char {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-custom-zoom-menu-item {
|
|
|
|
a:hover {
|
|
|
|
background-color: initial !important;
|
|
|
|
color: initial !important;
|
|
|
|
cursor: initial !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
a {
|
|
|
|
color: initial !important;
|
2022-12-16 09:45:20 -05:00
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2014-06-28 08:25:06 -04:00
|
|
|
}
|
2014-06-29 09:22:08 -04:00
|
|
|
|
2024-05-29 10:17:37 -04:00
|
|
|
.pdfjs-page-number-input {
|
|
|
|
color: @toolbar-btn-color;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 8px 8px 8px 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 4px;
|
|
|
|
|
|
|
|
input {
|
|
|
|
color: initial;
|
|
|
|
border: 1px solid @neutral-60;
|
|
|
|
width: 32px;
|
|
|
|
height: 24px;
|
|
|
|
border-radius: @border-radius-base;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-viewer-controls-small {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-toolbar-popover-button {
|
|
|
|
padding: 2px !important;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdfjs-toolbar-popover {
|
|
|
|
background-color: @editor-toolbar-bg;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
.arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: transparent;
|
|
|
|
color: @toolbar-btn-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-15 05:51:04 -04:00
|
|
|
// The new viewer UI has overflow on the inner element,
|
|
|
|
// so disable the overflow on the outer element
|
|
|
|
.pdf-viewer .pdfjs-viewer.pdfjs-viewer-outer {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2024-06-18 09:09:54 -04:00
|
|
|
:fullscreen {
|
|
|
|
.pdfjs-viewer-inner {
|
|
|
|
overflow-y: hidden !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-30 13:35:01 -04:00
|
|
|
.synctex-controls {
|
2020-06-25 10:45:49 -04:00
|
|
|
margin-right: -8px;
|
2019-12-05 14:09:31 -05:00
|
|
|
position: absolute;
|
|
|
|
z-index: @synctex-controls-z-index;
|
|
|
|
padding: @synctex-controls-padding;
|
|
|
|
top: 68px;
|
2014-06-30 13:35:01 -04:00
|
|
|
}
|
2014-07-28 10:06:26 -04:00
|
|
|
|
2021-11-30 09:54:14 -05:00
|
|
|
.synctex-control:not(.detach-synctex-control) {
|
2019-12-05 14:09:31 -05:00
|
|
|
@ol-synctex-control-size: 24px;
|
|
|
|
align-items: center;
|
2020-06-25 10:45:49 -04:00
|
|
|
display: flex;
|
2019-12-05 14:09:31 -05:00
|
|
|
justify-content: center;
|
|
|
|
font-size: 1em;
|
2020-06-25 10:45:49 -04:00
|
|
|
margin-bottom: @ol-synctex-control-size / 2;
|
2019-12-05 14:09:31 -05:00
|
|
|
width: @ol-synctex-control-size;
|
|
|
|
height: @ol-synctex-control-size;
|
|
|
|
border-radius: @ol-synctex-control-size / 2;
|
|
|
|
padding: 0 0 2px;
|
|
|
|
background-color: fade(@btn-default-bg, 80%);
|
|
|
|
transition: background 0.15s ease;
|
2022-12-07 05:51:44 -05:00
|
|
|
color: white;
|
|
|
|
border-color: transparent;
|
2019-12-05 14:09:31 -05:00
|
|
|
|
2021-10-21 06:31:51 -04:00
|
|
|
&:focus:not(:focus-visible) {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2020-08-18 09:08:49 -04:00
|
|
|
&[disabled] {
|
|
|
|
opacity: 1;
|
|
|
|
background-color: fade(@btn-default-bg, 60%);
|
|
|
|
}
|
2021-11-30 09:54:14 -05:00
|
|
|
}
|
2020-08-18 09:08:49 -04:00
|
|
|
|
2021-11-30 09:54:14 -05:00
|
|
|
.synctex-control {
|
2020-06-25 10:45:49 -04:00
|
|
|
> .synctex-control-icon {
|
|
|
|
display: inline-block;
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
font-size: inherit;
|
|
|
|
text-rendering: auto;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
2020-08-18 09:08:49 -04:00
|
|
|
|
|
|
|
> .synctex-spin-icon {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
|
|
|
|
2014-07-28 10:06:26 -04:00
|
|
|
.editor-dark {
|
2019-12-05 14:09:31 -05:00
|
|
|
.pdfjs-viewer {
|
|
|
|
background-color: lighten(@editor-dark-background-color, 10%);
|
|
|
|
}
|
|
|
|
.pdf .toolbar {
|
|
|
|
.toolbar-right a {
|
|
|
|
i {
|
|
|
|
border-color: @gray;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
i {
|
|
|
|
border-color: @gray-light;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-07-28 10:06:26 -04:00
|
|
|
}
|
2016-06-15 05:48:40 -04:00
|
|
|
|
|
|
|
.keyboard-tooltip {
|
2019-12-05 14:09:31 -05:00
|
|
|
.tooltip-inner {
|
|
|
|
max-width: none;
|
|
|
|
}
|
2016-06-15 10:27:30 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcut {
|
2019-12-05 14:09:31 -05:00
|
|
|
white-space: nowrap;
|
2016-06-17 09:16:38 -04:00
|
|
|
}
|
|
|
|
|
2016-07-22 11:33:19 -04:00
|
|
|
@keyframes expand-feedback-area {
|
2019-12-05 14:09:31 -05:00
|
|
|
from {
|
|
|
|
max-height: 0;
|
|
|
|
}
|
2016-07-22 11:33:19 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
to {
|
|
|
|
max-height: 500px;
|
|
|
|
}
|
2016-07-22 11:33:19 -04:00
|
|
|
}
|
|
|
|
|
2016-06-17 09:16:38 -04:00
|
|
|
.card-hint:extend(.card-thin) {
|
2019-12-05 14:09:31 -05:00
|
|
|
margin-top: 10px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
&-icon-container {
|
|
|
|
background: currentColor;
|
|
|
|
width: 2.5rem;
|
|
|
|
height: 2.5rem;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-danger & {
|
|
|
|
color: @state-danger-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning & {
|
|
|
|
color: @state-warning-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-info & {
|
|
|
|
color: @state-info-border;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-text,
|
|
|
|
&-feedback-label {
|
|
|
|
color: @log-hints-color;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-text {
|
|
|
|
min-height: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-feedback-label {
|
|
|
|
font-size: inherit;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-ext-link,
|
|
|
|
&-feedback {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-footer a,
|
|
|
|
&-text a {
|
|
|
|
.alert-danger & {
|
|
|
|
color: @state-danger-text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning & {
|
|
|
|
color: @state-warning-text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-info & {
|
|
|
|
color: @state-info-text;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-feedback {
|
|
|
|
color: @log-hints-color;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-extra-feedback {
|
|
|
|
color: @log-hints-color;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
animation: 0.5s ease-out expand-feedback-area;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&-label {
|
|
|
|
margin: 5px 0 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
border-top: solid 1px @gray-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radio {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='radio'] {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& + p {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2016-06-20 09:42:36 -04:00
|
|
|
}
|
2016-06-28 10:51:50 -04:00
|
|
|
|
|
|
|
.files-dropdown-container {
|
2019-12-05 14:09:31 -05:00
|
|
|
.pull-right();
|
|
|
|
position: relative;
|
2016-06-28 10:51:50 -04:00
|
|
|
}
|
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.files-dropdown {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-06-13 05:22:47 -04:00
|
|
|
|
2020-12-02 05:03:03 -05:00
|
|
|
@editor-and-logs-pane-toolbars-height: @toolbar-small-height + @toolbar-height;
|
|
|
|
@btn-small-height: (@padding-small-vertical * 2)+ (@font-size-small *
|
2024-10-23 03:32:40 -04:00
|
|
|
@line-height-small); // 5px * 2 + 14px * 1.5 = 31px
|
2020-12-02 05:03:03 -05:00
|
|
|
|
|
|
|
#dropdown-files-logs-pane-list {
|
2020-10-20 08:44:32 -04:00
|
|
|
overflow-y: auto;
|
2020-11-26 04:58:56 -05:00
|
|
|
.dropdown-header {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2020-12-02 05:03:03 -05:00
|
|
|
max-height: calc(
|
|
|
|
~'100vh - ' @editor-and-logs-pane-toolbars-height ~' - ' @btn-small-height ~' - '
|
|
|
|
@margin-md
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
2023-09-18 07:35:43 -04:00
|
|
|
.btn-secondary-compile-timeout-override {
|
|
|
|
color: #1b222c;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-color: #677283;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|