diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php
index be54dd9..d1d1cdd 100644
--- a/htdocs/assets/_floatingbar.php
+++ b/htdocs/assets/_floatingbar.php
@@ -100,7 +100,7 @@
-
+
Scan to Share
@@ -123,6 +123,10 @@
+
+
+
<iframe
src="https://localhost/neosubhamoy/htdocs/projects"
height="200"
width="300"
title="test iframe"></iframe>
+
diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css
index 7c3f63f..3ae879c 100644
--- a/htdocs/assets/style.css
+++ b/htdocs/assets/style.css
@@ -854,6 +854,10 @@ video {
margin-top: 30vh;
}
+.inline-block {
+ display: inline-block;
+}
+
.flex {
display: flex;
}
@@ -870,6 +874,10 @@ video {
display: none;
}
+.h-10 {
+ height: 2.5rem;
+}
+
.h-20 {
height: 5rem;
}
@@ -930,30 +938,26 @@ video {
height: 100vh;
}
-.h-\[20px\] {
- height: 20px;
+.h-\[80\%\] {
+ height: 80%;
}
-.h-5 {
- height: 1.25rem;
+.h-\[90\%\] {
+ height: 90%;
}
-.h-14 {
- height: 3.5rem;
-}
-
-.h-12 {
- height: 3rem;
-}
-
-.h-10 {
- height: 2.5rem;
+.h-\[70\%\] {
+ height: 70%;
}
.w-0 {
width: 0px;
}
+.w-10 {
+ width: 2.5rem;
+}
+
.w-2 {
width: 0.5rem;
}
@@ -1035,34 +1039,6 @@ video {
width: 100vw;
}
-.w-\[20px\] {
- width: 20px;
-}
-
-.w-5 {
- width: 1.25rem;
-}
-
-.w-14 {
- width: 3.5rem;
-}
-
-.w-12 {
- width: 3rem;
-}
-
-.w-10 {
- width: 2.5rem;
-}
-
-.w-20 {
- width: 5rem;
-}
-
-.w-24 {
- width: 6rem;
-}
-
.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));
@@ -1086,14 +1062,6 @@ video {
cursor: pointer;
}
-.grid-cols-5 {
- grid-template-columns: repeat(5, minmax(0, 1fr));
-}
-
-.grid-cols-6 {
- grid-template-columns: repeat(6, minmax(0, 1fr));
-}
-
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@@ -1138,15 +1106,15 @@ video {
justify-items: center;
}
-.gap-y-3 {
- row-gap: 0.75rem;
-}
-
.gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
}
+.gap-y-3 {
+ row-gap: 0.75rem;
+}
+
.self-start {
align-self: flex-start;
}
@@ -1163,6 +1131,14 @@ video {
white-space: nowrap;
}
+.whitespace-pre-wrap {
+ white-space: pre-wrap;
+}
+
+.break-words {
+ overflow-wrap: break-word;
+}
+
.rounded {
border-radius: 0.25rem;
}
@@ -1311,6 +1287,10 @@ video {
padding: 0.75rem;
}
+.p-4 {
+ padding: 1rem;
+}
+
.p-5 {
padding: 1.25rem;
}
@@ -1319,10 +1299,6 @@ video {
padding: 0.30rem;
}
-.p-4 {
- padding: 1rem;
-}
-
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
@@ -1737,10 +1713,6 @@ video {
.md\:w-\[50vw\] {
width: 50vw;
}
-
- .md\:grid-cols-4 {
- grid-template-columns: repeat(4, minmax(0, 1fr));
- }
}
@media (min-width: 1024px) {
@@ -1923,10 +1895,6 @@ video {
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));
}
- .lg\:grid-cols-5 {
- grid-template-columns: repeat(5, minmax(0, 1fr));
- }
-
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
@@ -2011,10 +1979,6 @@ video {
.xl\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
-
- .xl\:grid-cols-5 {
- grid-template-columns: repeat(5, minmax(0, 1fr));
- }
}
@media (min-width: 1536px) {