الگو:وابستهها/styles.css: تفاوت میان نسخهها
Wikinoor.ir (بحث | مشارکتها) جزبدون خلاصۀ ویرایش |
Wikinoor.ir (بحث | مشارکتها) جزبدون خلاصۀ ویرایش |
||
خط ۲: | خط ۲: | ||
max-height: 300px; | max-height: 300px; | ||
overflow: auto; | overflow: auto; | ||
font-size: 90%; | |||
} | } | ||
نسخهٔ ۳ نوامبر ۲۰۲۲، ساعت ۱۹:۰۹
.wn-list {
max-height: 300px;
overflow: auto;
font-size: 90%;
}
.wn-list div:nth-child(1) {
background: #f7f7f7;
padding: 10px 20px;
column-width: 320px;
}
@media screen and (max-width: 719px) {
.wn-list {
max-height: none;
overflow: auto;
}
.wn-list div:nth-child(1) {
background: none;
padding: 0px 10px;
column-width: 320px;
}
}