1
0
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:
papee 2020-08-13 16:54:23 +02:00
parent 1939a6b89e
commit 128cd64adf
2 changed files with 9 additions and 2 deletions

View File

@ -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,

View File

@ -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">