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;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reader-wrapper {
|
||||||
|
color: #f2f2f2;
|
||||||
|
max-width: 800px;
|
||||||
|
width: 90%;
|
||||||
|
text-align: justify;
|
||||||
|
margin: auto;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Common css */
|
/* Common css */
|
||||||
|
|
||||||
.form-control,
|
.form-control,
|
||||||
|
@ -55,11 +55,9 @@
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
<pre id="paste-content" class="prettyprint">
|
<pre id="paste-content" class="prettyprint">
|
||||||
<div class="paste-wrapper">
|
|
||||||
<code>
|
<code>
|
||||||
{{ paste.content }}
|
{{ paste.content }}
|
||||||
</code>
|
</code>
|
||||||
</div>
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<div class="d-flex justify-content-between down">
|
<div class="d-flex justify-content-between down">
|
||||||
|
Loading…
Reference in New Issue
Block a user