MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,153: Line 1,153:
.tweet-quote .tweet {
.tweet-quote .tweet {
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   border: 1px solid #e0e0e0;
   border: none;
   font-size: 0.9rem;
   font-size: 0.9rem;
   padding: 0.5rem;
   padding: 0.5rem;
   max-width: 100%;
   max-width: 100%;
}
/* Header tweaks inside quoted tweets */
.tweet-quote .tweet-header {
    margin: 0 0 0.5rem;
    gap: 0.5rem;
}
.tweet-quote .tweet-header-image img {
    width: 36px !important;
    height: 36px !important;
}
}