mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-16 21:20:39 +03:00
add zeus-Vercel and update html (#46)
This commit is contained in:
@@ -627,13 +627,12 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-height: 640px) {
|
||||
@media screen and (max-height: 640px) and (min-width: 990px) {
|
||||
body {
|
||||
height: 87vh
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.shown {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
</style>
|
||||
<script src="{{chat_path}}/assets/js/highlight.min.js"></script>
|
||||
<script src="{{chat_path}}/assets/js/highlightjs-copy.min.js"></script>
|
||||
<script>window.conversation_id = {{chat_id}} </script>
|
||||
<script>window.conversation_id = "{{chat_id}}" </script>
|
||||
<title>ChatGPT</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user