MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 1384: Строка 1384:
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
.wikitable:not(.no-img-adaptive) img[width="64"][height="64"] {
.wikitable:not(.no-img-adaptive) img[width="64"][height="64"] {
width: 32px;
width: 32px !important;
height: 32px;
height: 32px !important;
}
}
*:not(.no-img-adaptive) img[width="64"][height="128"] {
*:not(.no-img-adaptive) img[width="64"][height="128"] {
width: 32px;
width: 32px !important;
height: 64px;
height: 64px !important;
}
}
*:not(.no-img-adaptive) img[width="128"][height="128"] {
*:not(.no-img-adaptive) img[width="128"][height="128"] {
width: 64px;
width: 64px !important;
height: 64px;
height: 64px !important;
}
}
}
}
Строка 1522: Строка 1522:
font-size: 0.8em;
font-size: 0.8em;
}
}
}
/* TODO: удалить потом */
@media all and (max-width: 640px) {
    .mw-body-content table {
        overflow: auto hidden;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
}
}


Строка 2238: Строка 2248:
.mobile-image img {
.mobile-image img {
width: 32px;
width: 32px !important;
height: 32px;
height: 32px !important;
}
}
}
}