mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21500 from overleaf/td-bs5-math-preview
[BS5] Migrate math preview GitOrigin-RevId: 0da768afdd98f81554f6820049432283ca8f9735
This commit is contained in:
parent
b00483653e
commit
571ece201f
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
@import 'editor/review-panel';
|
@import 'editor/review-panel';
|
||||||
@import 'editor/chat';
|
@import 'editor/chat';
|
||||||
@import 'editor/history';
|
@import 'editor/history';
|
||||||
|
@import 'editor/math-preview';
|
||||||
@import 'subscription';
|
@import 'subscription';
|
||||||
@import 'editor/pdf';
|
@import 'editor/pdf';
|
||||||
@import 'editor/compile-button';
|
@import 'editor/compile-button';
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
.ol-cm-math-tooltip {
|
||||||
|
border-radius: var(--border-radius-base);
|
||||||
|
max-height: 400px;
|
||||||
|
max-width: 800px;
|
||||||
|
overflow: auto;
|
||||||
|
padding: var(--spacing-04);
|
||||||
|
display: flex;
|
||||||
|
gap: var(--spacing-04);
|
||||||
|
}
|
Loading…
Reference in a new issue