enso/app/gui2/stories/story.css
somebody1234 f5c3713f87
Fixes for Enso Font in GUI2 (#8508)
- Fixes issue reported in Discord.

# Important Notes
None
2023-12-13 22:17:12 +00:00

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;
}