fastbin/styles/Viewer.module.css
2023-10-03 12:36:01 +05:30

32 lines
No EOL
498 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;
user-select: none;
pointer-events: none;
}
.code {
flex: 1;
padding: 3px;
overflow-x: auto;
}