update
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user