Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 11: Line 11:


.note a img {
.note a img {
     width: 100%;
     width: 100% !important;
     width: -moz-available;          /* WebKit-based browsers will ignore this. */
     width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
     width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
     width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    height: auto;
}
}