MediaWiki:Mobile.css: Difference between revisions

mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 21: Line 21:
.branding-box { margin-right: 20px; zoom: 90%; }
.branding-box { margin-right: 20px; zoom: 90%; }


.minerva-header .branding-box {
/* Truncate the title with an ellipsis */
.minerva-header .branding-box .vector-logo {
     white-space: nowrap;
     white-space: nowrap;
     overflow: hidden;
     overflow: hidden;
     text-overflow: ellipsis;
     text-overflow: ellipsis;
     max-width: 70%; /* Adjust this as necessary */
     max-width: 70%; /* Adjust this as needed */
}
}