first commit
This commit is contained in:
19
public/css/app.css
vendored
Executable file
19
public/css/app.css
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
textarea { font-family: monospace }
|
||||
textarea.content { font-family: monospace; word-wrap: break-word; word-break: break-all; }
|
||||
#editor {
|
||||
border: 1px solid rgba(34,36,38,.15);
|
||||
padding: 15px;
|
||||
font-family: monospace;
|
||||
word-wrap: break-word;
|
||||
width: 257px;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
box-sizing: content-box;
|
||||
|
||||
}
|
||||
|
||||
form {margin-bottom: 0;}
|
||||
|
||||
.ui.file.input input[type="file"] {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user