nice hover...really important button so no problem that I spent time on it
This commit is contained in:
@@ -225,11 +225,12 @@ export default function NirvanaTerminal() {
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
onClick={() => setIsModalVisible(true)}
|
onClick={() => setIsModalVisible(true)}
|
||||||
className="absolute bottom-0 p-3 right-0 z-10 translate-y-24 group-hover:translate-y-0 transition-all"
|
className="absolute bottom-3 right-3 z-10 scale-0
|
||||||
|
group-hover:scale-100 ease-in-out hover:transition group-hover:transition delay-100 duration-200"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
className="flex flex-row gap-2 items-center justify-evenly
|
className="flex flex-row gap-2 items-center justify-evenly
|
||||||
shadow-2xl bg-gray-800 p-2 text-white text-xs"
|
shadow-xl bg-gray-800 p-2 text-white text-xs"
|
||||||
>
|
>
|
||||||
<FaPlus />
|
<FaPlus />
|
||||||
<span>New line</span>
|
<span>New line</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user