Skip to content

Commit 84dc8d2

Browse files
authored
Add files via upload
Signed-off-by: الأيقونة للعطور <147558813+talalye1@users.noreply.github.com>
1 parent d6227c2 commit 84dc8d2

5 files changed

Lines changed: 47 additions & 47 deletions

File tree

female.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -496,17 +496,17 @@
496496
/* Fixed Share buttons أزرار المشاركة الثابتة */
497497
.fixed-share {
498498
position: fixed;
499-
left: 400px;
500-
bottom: 20px;
499+
left: 0px;
500+
bottom: 0px;
501501
display: flex;
502502
flex-direction: column;
503-
gap: 15px;
503+
gap: 10px;
504504
z-index: 1000;
505505
}
506506

507507
.fixed-share-btn {
508-
width: 50px;
509-
height: 50px;
508+
width: 100px;
509+
height: 100px;
510510
border-radius: 50%;
511511
display: flex;
512512
align-items: center;
@@ -721,7 +721,7 @@
721721

722722
.fixed-share {
723723
left: 10px;
724-
bottom: 70px;
724+
bottom: 100px;
725725
}
726726

727727
.fixed-share-btn {
@@ -748,7 +748,7 @@
748748
/* --- Floating Share Buttons --- */
749749
.floating-share2-buttons {
750750
display: flex;
751-
bottom: 70px;
751+
bottom: 50px;
752752
left: 20px;
753753
gap: 10px;
754754
z-index: 995;
@@ -783,8 +783,8 @@
783783
}
784784
#chat-popup {
785785
position: absolute;
786-
bottom: 80px; right: 0;
787-
width: 20px;
786+
bottom: 50px; right: 0px;
787+
width: 800px;
788788
background: var(--dark-gray);
789789
border-radius: 15px;
790790
box-shadow: 0 5px 25px rgba(0,0,0,0.5);

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
padding: 15px;
245245
text-align: center;
246246
transition: all 0.3s ease;
247-
display: none;
247+
display: flex;
248248
flex-direction: column;
249249
justify-content: space-between;
250250
}
@@ -496,17 +496,17 @@
496496
/* Fixed Share buttons أزرار المشاركة الثابتة */
497497
.fixed-share {
498498
position: fixed;
499-
left: 400px;
500-
bottom: 20px;
499+
left: 0px;
500+
bottom: 0px;
501501
display: flex;
502502
flex-direction: column;
503-
gap: 15px;
503+
gap: 10px;
504504
z-index: 1000;
505505
}
506506

507507
.fixed-share-btn {
508-
width: 50px;
509-
height: 50px;
508+
width: 100px;
509+
height: 100px;
510510
border-radius: 50%;
511511
display: flex;
512512
align-items: center;
@@ -721,7 +721,7 @@
721721

722722
.fixed-share {
723723
left: 10px;
724-
bottom: 70px;
724+
bottom: 100px;
725725
}
726726

727727
.fixed-share-btn {
@@ -748,7 +748,7 @@
748748
/* --- Floating Share Buttons --- */
749749
.floating-share2-buttons {
750750
display: flex;
751-
bottom: 70px;
751+
bottom: 50px;
752752
left: 20px;
753753
gap: 10px;
754754
z-index: 995;
@@ -783,8 +783,8 @@
783783
}
784784
#chat-popup {
785785
position: absolute;
786-
bottom: 80px; right: 0;
787-
width: 20px;
786+
bottom: 50px; right: 0px;
787+
width: 800px;
788788
background: var(--dark-gray);
789789
border-radius: 15px;
790790
box-shadow: 0 5px 25px rgba(0,0,0,0.5);

makeup.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
padding: 15px;
245245
text-align: center;
246246
transition: all 0.3s ease;
247-
display: none;
247+
display: flex;
248248
flex-direction: column;
249249
justify-content: space-between;
250250
}
@@ -496,17 +496,17 @@
496496
/* Fixed Share buttons أزرار المشاركة الثابتة */
497497
.fixed-share {
498498
position: fixed;
499-
left: 400px;
500-
bottom: 20px;
499+
left: 0px;
500+
bottom: 0px;
501501
display: flex;
502502
flex-direction: column;
503-
gap: 15px;
503+
gap: 10px;
504504
z-index: 1000;
505505
}
506506

507507
.fixed-share-btn {
508-
width: 50px;
509-
height: 50px;
508+
width: 100px;
509+
height: 100px;
510510
border-radius: 50%;
511511
display: flex;
512512
align-items: center;
@@ -721,7 +721,7 @@
721721

722722
.fixed-share {
723723
left: 10px;
724-
bottom: 70px;
724+
bottom: 100px;
725725
}
726726

727727
.fixed-share-btn {
@@ -748,7 +748,7 @@
748748
/* --- Floating Share Buttons --- */
749749
.floating-share2-buttons {
750750
display: flex;
751-
bottom: 70px;
751+
bottom: 50px;
752752
left: 20px;
753753
gap: 10px;
754754
z-index: 995;
@@ -783,8 +783,8 @@
783783
}
784784
#chat-popup {
785785
position: absolute;
786-
bottom: 80px; right: 0;
787-
width: 20px;
786+
bottom: 50px; right: 0px;
787+
width: 800px;
788788
background: var(--dark-gray);
789789
border-radius: 15px;
790790
box-shadow: 0 5px 25px rgba(0,0,0,0.5);

men.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -496,17 +496,17 @@
496496
/* Fixed Share buttons أزرار المشاركة الثابتة */
497497
.fixed-share {
498498
position: fixed;
499-
left: 400px;
500-
bottom: 20px;
499+
left: 0px;
500+
bottom: 0px;
501501
display: flex;
502502
flex-direction: column;
503-
gap: 15px;
503+
gap: 10px;
504504
z-index: 1000;
505505
}
506506

507507
.fixed-share-btn {
508-
width: 50px;
509-
height: 50px;
508+
width: 100px;
509+
height: 100px;
510510
border-radius: 50%;
511511
display: flex;
512512
align-items: center;
@@ -721,7 +721,7 @@
721721

722722
.fixed-share {
723723
left: 10px;
724-
bottom: 70px;
724+
bottom: 100px;
725725
}
726726

727727
.fixed-share-btn {
@@ -748,7 +748,7 @@
748748
/* --- Floating Share Buttons --- */
749749
.floating-share2-buttons {
750750
display: flex;
751-
bottom: 70px;
751+
bottom: 50px;
752752
left: 20px;
753753
gap: 10px;
754754
z-index: 995;
@@ -783,8 +783,8 @@
783783
}
784784
#chat-popup {
785785
position: absolute;
786-
bottom: 80px; right: 0;
787-
width: 20px;
786+
bottom: 50px; right: 0px;
787+
width: 800px;
788788
background: var(--dark-gray);
789789
border-radius: 15px;
790790
box-shadow: 0 5px 25px rgba(0,0,0,0.5);

moan.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -496,17 +496,17 @@
496496
/* Fixed Share buttons أزرار المشاركة الثابتة */
497497
.fixed-share {
498498
position: fixed;
499-
left: 400px;
500-
bottom: 20px;
499+
left: 0px;
500+
bottom: 0px;
501501
display: flex;
502502
flex-direction: column;
503-
gap: 15px;
503+
gap: 10px;
504504
z-index: 1000;
505505
}
506506

507507
.fixed-share-btn {
508-
width: 50px;
509-
height: 50px;
508+
width: 100px;
509+
height: 100px;
510510
border-radius: 50%;
511511
display: flex;
512512
align-items: center;
@@ -721,7 +721,7 @@
721721

722722
.fixed-share {
723723
left: 10px;
724-
bottom: 70px;
724+
bottom: 100px;
725725
}
726726

727727
.fixed-share-btn {
@@ -748,7 +748,7 @@
748748
/* --- Floating Share Buttons --- */
749749
.floating-share2-buttons {
750750
display: flex;
751-
bottom: 70px;
751+
bottom: 50px;
752752
left: 20px;
753753
gap: 10px;
754754
z-index: 995;
@@ -783,8 +783,8 @@
783783
}
784784
#chat-popup {
785785
position: absolute;
786-
bottom: 80px; right: 0;
787-
width: 20px;
786+
bottom: 50px; right: 0px;
787+
width: 800px;
788788
background: var(--dark-gray);
789789
border-radius: 15px;
790790
box-shadow: 0 5px 25px rgba(0,0,0,0.5);

0 commit comments

Comments
 (0)