Files
paste/static/css/pretty.css
Gunwant Jain eff3f0dbd6 pretty: add softwrapping to pastes
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-25 14:34:21 +05:30

44 lines
709 B
CSS

#pasteContent {
width: max-content;
}
span {
word-wrap: break-word;
white-space: pre-wrap;
}
.topRightBox {
position: fixed;
padding: 18px 10px;
color: #f29718;
background-color: #0f1419;
top: 0px;
right: 0px;
font-family: "Iosevka Web", monospace;
font-size: 20px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.topRightBox button {
color: inherit;
background-color: inherit;
margin: 0px 5px;
border: solid 0.2px;
border-color: #0f1419;
font-family: inherit;
font-size: inherit;
line-height: inherit;
cursor: pointer;
}
.topRightBox button:hover {
color: #be7611;
}
.rootBox {
position: relative;
}