fastbin/styles/Viewer.module.css
2022-02-22 17:17:26 +05:30

30 lines
No EOL
449 B
CSS

.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
color: white;
align-items: flex-start;
justify-content: center;
}
.viewer {
display: flex;
color: white;
width: 100%;
height: 100%;
flex: 1;
padding-top: 10px;
}
.line-numbers {
padding-top: 3px;
padding-left: 10px;
padding-right: 10px;
}
.code {
flex: 1;
padding: 3px;
overflow-x: auto;
}