/* =========================================
FORCE DESKTOP / WEB LAYOUT MODE
تحويل العرض من Mobile إلى Web/Desktop
========================================= */
/* منع تفعيل تخطيط الهاتف */
html,
body {
min-width: 1280px !important;
overflow-x: auto !important;
}
/* توسيع الحاوية الرئيسية */
.container,
.container-fluid,
.main-content,
.page-content,
.content-wrapper,
.wrapper {
width: 100% !important;
max-width: 1800px !important;
margin: 0 auto !important;
padding-inline: 18px !important;
}
/* إجبار السايدبار على الثبات كنسخة ويب */
.sidebar,
.ele_sidebar_left {
position: fixed !important;
top: 0 !important;
left: 0 !important;
height: 100vh !important;
width: 78px !important;
min-width: 78px !important;
z-index: 999 !important;
}
/* دفع المحتوى بجانب السايدبار */
.main-content,
.page-content,
.content-area,
.feed-container,
.main-wrapper {
margin-left: 88px !important;
width: calc(100% - 88px) !important;
}
/* الهيدر بنمط ويب */
.navbar,
header,
.ele_navbar_top {
position: sticky !important;
top: 0 !important;
z-index: 998 !important;
width: 100% !important;
}
/* البوستات والكروت بشكل ويب */
.post,
.card,
.widget,
.box {
width: 100% !important;
max-width: 100% !important;
}
/* شبكة منشورات احترافية */
.feed-grid,
.posts-grid,
.dashboard-grid {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
gap: 16px !important;
align-items: start !important;
}
/* منع تمدد العناصر بشكل عمودي مزعج */
.card,
.post {
height: auto !important;
min-height: unset !important;
}
/* تحسين عرض الصور كنسخة ويب */
img,
.post img,
.card img {
border-radius: 14px !important;
object-fit: cover !important;
}
/* جعل الفيديوهات بوضع Web */
video,
iframe {
border-radius: 16px !important;
width: 100% !important;
max-height: 75vh !important;
}
/* تحسين الجداول */
table {
min-width: 900px !important;
}
/* تحسين عرض الأزرار */
.btn,
button {
min-height: 44px !important;
}
/* تعطيل Responsive الخاص بالموبايل */
@media (max-width: 768px) {
html,
body {
min-width: 1280px !important;
}
.container,
.container-fluid,
.page-content,
.main-content {
width: 1280px !important;
max-width: 1280px !important;
}
/* تثبيت عناصر الويب */
.sidebar,
.ele_sidebar_left {
width: 78px !important;
}
.main-content,
.page-content,
.content-area {
margin-left: 88px !important;
width: calc(100% - 88px) !important;
}
/* منع انهيار الكروت */
.card,
.post,
.widget {
border-radius: 18px !important;
}
/* تحسين النصوص */
body,
p,
span,
a {
font-size: 14px !important;
}
}
/* شاشات Ultra Wide */
@media (min-width: 1920px) {
.container-fluid,
.page-content,
.main-content {
max-width: 1820px !important;
}
.dashboard-grid,
.feed-grid {
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
}
}
Registrati
/* =========================================
FORCE DESKTOP / WEB LAYOUT MODE
تحويل العرض من Mobile إلى Web/Desktop
========================================= */
/* منع تفعيل تخطيط الهاتف */
html,
body {
min-width: 1280px !important;
overflow-x: auto !important;
}
/* توسيع الحاوية الرئيسية */
.container,
.container-fluid,
.main-content,
.page-content,
.content-wrapper,
.wrapper {
width: 100% !important;
max-width: 1800px !important;
margin: 0 auto !important;
padding-inline: 18px !important;
}
/* إجبار السايدبار على الثبات كنسخة ويب */
.sidebar,
.ele_sidebar_left {
position: fixed !important;
top: 0 !important;
left: 0 !important;
height: 100vh !important;
width: 78px !important;
min-width: 78px !important;
z-index: 999 !important;
}
/* دفع المحتوى بجانب السايدبار */
.main-content,
.page-content,
.content-area,
.feed-container,
.main-wrapper {
margin-left: 88px !important;
width: calc(100% - 88px) !important;
}
/* الهيدر بنمط ويب */
.navbar,
header,
.ele_navbar_top {
position: sticky !important;
top: 0 !important;
z-index: 998 !important;
width: 100% !important;
}
/* البوستات والكروت بشكل ويب */
.post,
.card,
.widget,
.box {
width: 100% !important;
max-width: 100% !important;
}
/* شبكة منشورات احترافية */
.feed-grid,
.posts-grid,
.dashboard-grid {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
gap: 16px !important;
align-items: start !important;
}
/* منع تمدد العناصر بشكل عمودي مزعج */
.card,
.post {
height: auto !important;
min-height: unset !important;
}
/* تحسين عرض الصور كنسخة ويب */
img,
.post img,
.card img {
border-radius: 14px !important;
object-fit: cover !important;
}
/* جعل الفيديوهات بوضع Web */
video,
iframe {
border-radius: 16px !important;
width: 100% !important;
max-height: 75vh !important;
}
/* تحسين الجداول */
table {
min-width: 900px !important;
}
/* تحسين عرض الأزرار */
.btn,
button {
min-height: 44px !important;
}
/* تعطيل Responsive الخاص بالموبايل */
@media (max-width: 768px) {
html,
body {
min-width: 1280px !important;
}
.container,
.container-fluid,
.page-content,
.main-content {
width: 1280px !important;
max-width: 1280px !important;
}
/* تثبيت عناصر الويب */
.sidebar,
.ele_sidebar_left {
width: 78px !important;
}
.main-content,
.page-content,
.content-area {
margin-left: 88px !important;
width: calc(100% - 88px) !important;
}
/* منع انهيار الكروت */
.card,
.post,
.widget {
border-radius: 18px !important;
}
/* تحسين النصوص */
body,
p,
span,
a {
font-size: 14px !important;
}
}
/* شاشات Ultra Wide */
@media (min-width: 1920px) {
.container-fluid,
.page-content,
.main-content {
max-width: 1820px !important;
}
.dashboard-grid,
.feed-grid {
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
}
}
Benvenuto alla MF-MyFriend – Connect • Earn
Share your memories, connect with others, make new friends
Join MF-MyFriend — the social platform where you chat, share moments, build communities and earn real rewards. Sign up free and meet new friends today.
MF-MyFriend – Connect • Earn
https://mf-myfriend.online
Install