MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 792: Line 792:
/*******************************/
/*******************************/


/* Commented out 2025-09-14 and replaced with below
.tweet {
.tweet {
     border: 1px solid #c7c7c7;
     border: 1px solid #c7c7c7;
Line 829: Line 830:
     font-weight: bold;
     font-weight: bold;
     text-decoration: none;
     text-decoration: none;
}
*/
.tweet {
    border-radius: 12px;
    border: 1px solid #c7c7c7;
    padding: 0.75rem;
    max-width: 560px;
    font-family: system-ui, sans-serif;
    font-size: 0.95rem;
}
.tweet-header {
    display: flex;
    gap: 0.75rem;
    margin: 0 0 0.5rem;
}
.tweet-header-image p {
    margin: 0;
}
.tweet-header-image img {
    border-radius: 100%;
    max-width: 48px;
    width: 48px !important;
    height: 48px !important;
}
.tweet-header-name {
    display: flex;
    flex-direction: column;
}
.tweet-header-name a.external {
    background-image: none;
}
.tweet-timestamp {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
}
.tweet-username {
    color: #555 !important;
    font-size: 0.85rem;
    line-height: 1.2;
    margin-top: 0.15rem;
}
.tweet-display-name a.external {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}
.tweet-display-name:hover a.external {
    text-decoration: underline;
}
/* Keep the quoted card look but without changing fonts */
.tweet-quote {
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-top: 0.75rem;
}
.tweet-quote .tweet-username {
    color: #555 !important;
    font-size: 0.85rem; /* or 'inherit' if you want identical size too */
}
.tweet-quote .tweet-header-image img {
    width: 36px !important;
    height: 36px !important;
}
.tweet-quote .tweet-header-name {
    line-height: 1.25;
}
}