mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
css pre for read mode
This commit is contained in:
parent
1939a6b89e
commit
128cd64adf
@ -243,6 +243,15 @@ pre {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.reader-wrapper {
|
||||
color: #f2f2f2;
|
||||
max-width: 800px;
|
||||
width: 90%;
|
||||
text-align: justify;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Common css */
|
||||
|
||||
.form-control,
|
||||
|
@ -55,11 +55,9 @@
|
||||
%end
|
||||
|
||||
<pre id="paste-content" class="prettyprint">
|
||||
<div class="paste-wrapper">
|
||||
<code>
|
||||
{{ paste.content }}
|
||||
</code>
|
||||
</div>
|
||||
</pre>
|
||||
|
||||
<div class="d-flex justify-content-between down">
|
||||
|
Loading…
Reference in New Issue
Block a user