From aa1ce2edde9c7b3ad87011b46c82409982c0f54b Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sun, 26 Nov 2023 22:41:33 +0530 Subject: [PATCH] (feat): added api link sharing for: fb, twitter, whatsapp, telegram --- htdocs/assets/_floatingbar.php | 11 +++++------ htdocs/assets/style.css | 8 ++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php index 98ba562..a1edc2f 100644 --- a/htdocs/assets/_floatingbar.php +++ b/htdocs/assets/_floatingbar.php @@ -117,12 +117,11 @@
- - - - - - + + + + +
diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index 5bba8a3..aaaec5f 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -946,6 +946,10 @@ video { height: 3rem; } +.h-10 { + height: 2.5rem; +} + .w-0 { width: 0px; } @@ -1047,6 +1051,10 @@ video { width: 3rem; } +.w-10 { + width: 2.5rem; +} + .rotate-\[15deg\] { --tw-rotate: 15deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));