الگو:فهرست اثر/styles.css: تفاوت میان نسخهها
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
(یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
خط ۱۷: | خط ۱۷: | ||
@media screen and (max-width: 719px) { | @media screen and (max-width: 719px) { | ||
.im-toc { | .im-toc { | ||
padding: 0 | max-height: 400px; | ||
padding: 0 2px; | |||
border-right: none; | border-right: none; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | } | ||
} | } |
نسخهٔ کنونی تا ۹ اکتبر ۲۰۲۲، ساعت ۱۹:۰۹
.im-toc {
overflow: auto;
max-height: 300px;
padding: 0 15px 5px 10px;
border-right: 5px solid #ddddff;
display: block;
}
.im-toc .new {
color: unset;
}
.im-toc h3 {
line-height: 2.2;
font-size: 16px;
}
@media screen and (max-width: 719px) {
.im-toc {
max-height: 400px;
padding: 0 2px;
border-right: none;
margin-bottom: 5px;
}
}