1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Replace pre reader mode by a div

This commit is contained in:
ksamuel
2020-08-13 17:17:46 +02:00
parent cda601a355
commit cc3ed69710
3 changed files with 15 additions and 12 deletions

View File

@ -196,7 +196,7 @@ input.hide-upload {
margin: 8px 0 8px 0;
}
.paste-wrapper img{
.paste-wrapper img {
width: 94%;
}
@ -264,12 +264,12 @@ pre {
border-bottom-left-radius: 3px !important;
}
.download-link a{
color: #eee;
.download-link a {
color: #eee;
}
.download-link a:hover{
text-decoration: none;
.download-link a:hover {
text-decoration: none;
}
.select-date {
@ -323,7 +323,6 @@ form textarea {
clear: both;
}
html.local-storage .no-local-storage {
display: none;
}
@ -503,6 +502,10 @@ nav ul li a:hover {
font-size: 70%;
}
}
/* reader mode */
#readable-paste-content {
white-space: pre;
}