update
This commit is contained in:
parent
20db104c65
commit
e84d9fc95e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
reader/dist/index.html
vendored
4
reader/dist/index.html
vendored
@ -8,8 +8,8 @@
|
|||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<title>Конспект</title>
|
<title>Конспект</title>
|
||||||
<script type="module" crossorigin src="/assets/index-CoTxz8fY.js"></script>
|
<script type="module" crossorigin src="/assets/index-B74p4MPd.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-D5G_wnJE.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BtiUhgCR.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -102,7 +102,7 @@ export function TopicListView() {
|
|||||||
</Link>
|
</Link>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute bottom-0 p-4 w-full flex flex-col">
|
<div className="absolute bottom-0 sm:p-4 px-2 py-0 w-full flex flex-col">
|
||||||
<div className="ml-auto p-2 flex space-x-1 h-[60px]">
|
<div className="ml-auto p-2 flex space-x-1 h-[60px]">
|
||||||
<button
|
<button
|
||||||
className={`cursor-pointer p-2 rounded-full text-white border ${config.displayTitle ? "bg-blue-100 border-blue-400" : "bg-gray-100 border-gray-400"}`}
|
className={`cursor-pointer p-2 rounded-full text-white border ${config.displayTitle ? "bg-blue-100 border-blue-400" : "bg-gray-100 border-gray-400"}`}
|
||||||
@ -140,7 +140,7 @@ export function TopicListView() {
|
|||||||
{isSelectingSubject && (
|
{isSelectingSubject && (
|
||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
className={`absolute w-full h-full flex-1 flex justify-center items-center cursor-pointer rounded-md hover:backdrop-blur hover:bg-blue-100/30`}
|
className={`absolute w-full h-full flex-1 flex justify-center items-center cursor-pointer rounded-md backdrop-blur bg-blue-100/40 hover:bg-blue-100/80`}
|
||||||
onClick={() => setIsSelectingSubject(false)}
|
onClick={() => setIsSelectingSubject(false)}
|
||||||
>
|
>
|
||||||
<CloseIcon className="fill-gray-600" />
|
<CloseIcon className="fill-gray-600" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user