Compare commits

..

No commits in common. "4d896adcdb6e7fc8ca99619a7f85a556fe8428b1" and "51227631e67a2ed22669e97abfec6db297ec3201" have entirely different histories.

View file

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Paste</title>
<style>
* {
@ -37,7 +36,6 @@ body {
color: var(--text-primary);
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
overflow: hidden;
@ -121,34 +119,6 @@ body {
.hidden {
display: none !important;
}
@media (max-width: 600px) {
#line-numbers {
font-size: 12px;
min-width: 36px;
padding: 10px 6px;
}
#plaintext {
font-size: 12px;
padding: 10px;
}
#nav {
padding: 8px;
gap: 8px;
}
.btn {
padding: 8px 12px;
font-size: 13px;
}
#url-output {
min-width: 0;
width: 100%;
font-size: 12px;
}
#status {
margin-left: 0;
width: 100%;
}
}
</style>
<script src="lzma.js"></script>
</head>