MediaWiki:Gadget-ResponsiveStyle.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* Mobile phone */
/* Mobile phone */
@media all and (max-width: 719px) {
@media all and (max-width: 719px) {
/* Echo extension */
.mw-echo-ui-notificationItemWidget-content-actions-buttons {
font-size: 10px;
}
/* User board */
/* User board */
.user-board-message {
.user-board-message {
Line 9: Line 14:
.user-page-message-form textarea {
.user-page-message-form textarea {
width: 100% !important;
width: 100% !important;
}
/* PdfHandler */
.multipageimage > tbody > tr > td:nth-of-type(2) {
display: none !important;
}
}
}
}