mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 19:41:32 +03:00
f5c3713f87
- Fixes issue reported in Discord. # Important Notes None
32 lines
595 B
CSS
32 lines
595 B
CSS
@import url('../src/assets/font-enso.css');
|
|
|
|
.histoire-story-viewer .__histoire-render-story > [data-v-app] {
|
|
height: 100%;
|
|
font-family: var(--font-sans);
|
|
font-size: 11.5px;
|
|
font-weight: 500;
|
|
line-height: 20px;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.viewport {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.image-button {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.VisualizationContainer {
|
|
z-index: 0 !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.CodeEditor.standalone {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|