1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 06:21:51 +00:00
- /_layouts/post.html
- /assets/css/style.scss
هذا الالتزام موجود في:
mayx
2025-06-19 02:43:23 +00:00
الأصل c25290e716
التزام dba69d3ceb
2 ملفات معدلة مع 38 إضافات و1 حذوفات

عرض الملف

@@ -154,4 +154,17 @@ section{
section {
width: auto;
}
}
.content-tooltip {
position: absolute;
background: #fff;
border: 1px solid #ddd;
padding: 8px 12px;
border-radius: 4px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
max-width: 300px;
z-index: 1000;
font-size: 14px;
line-height: 1.4;
}