mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Merge ok
This commit is contained in:
commit
d0cca8cdd9
@ -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,
|
||||
|
@ -61,7 +61,7 @@
|
||||
</pre>
|
||||
|
||||
<div id="readable-paste-content" v-if="readerMode">
|
||||
fsdqfd{% currentPaste.content %}
|
||||
{% currentPaste.content %}
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-between down">
|
||||
|
Loading…
Reference in New Issue
Block a user