mirror of
https://github.com/coaidev/coai.git
synced 2025-05-28 17:30:15 +09:00
update mobile adapter
This commit is contained in:
parent
dfe7bb9be2
commit
35f7874626
@ -13,7 +13,12 @@
|
||||
border: 1px solid hsl(var(--border-hover));
|
||||
background: hsl(var(--background-container)) !important;
|
||||
border-radius: var(--radius);
|
||||
white-space: pre-wrap;
|
||||
|
||||
@media (max-width: 668px) {
|
||||
& {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 16px;
|
||||
@ -58,7 +63,7 @@
|
||||
justify-content: center;
|
||||
z-index: 1;
|
||||
top: -34px;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
user-select: none;
|
||||
|
||||
p {
|
||||
|
@ -8,7 +8,7 @@ import {
|
||||
} from "@/utils/env.ts";
|
||||
import { getMemory } from "@/utils/memory.ts";
|
||||
|
||||
export const version = "3.6.12";
|
||||
export const version = "3.6.12rc";
|
||||
export const dev: boolean = getDev();
|
||||
export const deploy: boolean = true;
|
||||
export let rest_api: string = getRestApi(deploy);
|
||||
|
Loading…
Reference in New Issue
Block a user