Compare commits
No commits in common. "4d896adcdb6e7fc8ca99619a7f85a556fe8428b1" and "51227631e67a2ed22669e97abfec6db297ec3201" have entirely different histories.
4d896adcdb
...
51227631e6
1 changed files with 0 additions and 30 deletions
30
index.html
30
index.html
|
|
@ -2,7 +2,6 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
||||||
<title>Paste</title>
|
<title>Paste</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
@ -37,7 +36,6 @@ body {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100dvh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -121,34 +119,6 @@ body {
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
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>
|
</style>
|
||||||
<script src="lzma.js"></script>
|
<script src="lzma.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue