Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,148: Line 1,148:
/* Keep the quoted card look but without changing fonts */
/* Keep the quoted card look but without changing fonts */
.tweet-quote {
.tweet-quote {
    padding-top: 0.75rem;
}
.tweet-quote .tweet {
     border-radius: 10px;
     border-radius: 10px;
     background-color: #f9f9f9;
     background-color: #f9f9f9;
    margin-top: 0.75rem;
}
}


Line 1,211: Line 1,214:
     align-items: start;
     align-items: start;
     margin: 0;
     margin: 0;
}
.tweet-thread > .tweet > .tweet-quote {
    grid-area: quote;
    margin-left: 23px;
    padding-left: 22px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-left: 2px solid #ced9de;
}
}