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;
|
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,
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<div id="readable-paste-content" v-if="readerMode">
|
<div id="readable-paste-content" v-if="readerMode">
|
||||||
fsdqfd{% currentPaste.content %}
|
{% currentPaste.content %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-content-between down">
|
<div class="d-flex justify-content-between down">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user