mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 17:44:58 +03:00
f2651d58e4
- Closes #7916 # Important Notes None
30 lines
556 B
CSS
30 lines
556 B
CSS
.histoire-story-viewer .__histoire-render-story > [data-v-app] {
|
|
height: 100%;
|
|
font-family: 'M PLUS 1', sans-serif;
|
|
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;
|
|
}
|