increased pastes viewing window to 85rem
This commit is contained in:
@ -2,4 +2,8 @@
|
||||
|
||||
to do:
|
||||
|
||||
pastebin increase width
|
||||
pastebin increase width
|
||||
shrink logo
|
||||
synxtax color not working
|
||||
add syntax change post?
|
||||
need owner view pages with Paste Created Successfully and "customer" view pages
|
@ -8,7 +8,7 @@
|
||||
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon">
|
||||
|
||||
<style>
|
||||
body { background-color: #1a202c; color: #cbd5e0; }
|
||||
body { background-color: #1a202c; color: #cbd5e0; }
|
||||
.link-box { background-color: #2d3748; border:1px solid #4a5568; word-break:break-all; }
|
||||
.btn { background-color:#4299e1; transition:background-color .3s ease; }
|
||||
.btn:hover { background-color:#3182ce; }
|
||||
@ -19,6 +19,8 @@
|
||||
margin:0; padding:1rem; white-space:pre-wrap; word-wrap:break-word;
|
||||
}
|
||||
.announcement-bar { background-color:#2563eb; border-bottom:1px solid #1e3a8a; }
|
||||
.wide-container { max-width: 85rem; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="font-sans">
|
||||
@ -31,9 +33,9 @@
|
||||
{% endif %}
|
||||
|
||||
<div class="flex items-center justify-center min-h-screen py-8">
|
||||
<div class="w-full max-w-2xl mx-auto p-4">
|
||||
<div class="w-full wide-container mx-auto p-6">
|
||||
{% if password_required %}
|
||||
<div class="content-container rounded-lg p-8 shadow-lg">
|
||||
<div class="content-container rounded-lg p-10 shadow-lg"></div>
|
||||
<h2 class="text-2xl font-semibold text-white mb-6">Enter Password to View Paste</h2>
|
||||
<form method="POST">
|
||||
<div class="mb-6">
|
||||
|
Reference in New Issue
Block a user