This commit is contained in:
2025-06-25 15:28:35 +00:00
parent 20db104c65
commit e84d9fc95e
4 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ export function TopicListView() {
</Link>
))}
</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]">
<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"}`}
@@ -140,7 +140,7 @@ export function TopicListView() {
{isSelectingSubject && (
<>
<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)}
>
<CloseIcon className="fill-gray-600" />