Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 784: Line 784:
.card-book-followon-title p {
.card-book-followon-title p {
     margin: 0;
     margin: 0;
}
/***********************/
/*  9. Tweet Styling (6-16-2025)    */
/***********************/
.tweet {
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    padding: 0.75rem;
    max-width: 560px;
}
.tweet-header {
    display: flex;
    gap: 1rem;
    margin: 0 0 1rem;
}
.tweet-header-image p,
.tweet-header-name p {
    margin: 0;
}
.tweet-header-image img {
    border-radius: 100%;
    max-width: 48px;
}
.tweet-header-name a.external {
    background-image: none;
}
}