worker-pastebin/src/web/styles/pastebin.scss

17 lines
300 B
SCSS

.content-pastebin {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
.content-pastebin-edit {
//display: block;
flex: 1;
//height: 100%;
//width: 100%;
overflow-y: auto;
text-align: left;
box-sizing: border-box;
font-family: monospace;
}