Fixed "Add to F-Droid" button
This commit is contained in:
10
src/App.tsx
10
src/App.tsx
@@ -748,9 +748,13 @@ function App() {
|
|||||||
>
|
>
|
||||||
<Smartphone className="w-6 h-6 text-white drop-shadow-lg" />
|
<Smartphone className="w-6 h-6 text-white drop-shadow-lg" />
|
||||||
</motion.div>
|
</motion.div>
|
||||||
<span className="text-white font-bold tracking-wide drop-shadow-lg">
|
<div className="relative text-white font-bold tracking-wide drop-shadow-lg">
|
||||||
Add to F-Droid
|
<span className="invisible">Add to F-Droid</span>
|
||||||
</span>
|
<div className="absolute inset-0 flex flex-col justify-center items-center gap-0.5">
|
||||||
|
<span>Add to</span>
|
||||||
|
<span>F-Droid</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<motion.div
|
<motion.div
|
||||||
whileHover={{ scale: 1.1 }}
|
whileHover={{ scale: 1.1 }}
|
||||||
transition={{ duration: 0.2 }}
|
transition={{ duration: 0.2 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user