MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 929: Line 929:
   display: block;
   display: block;
   border-radius: 6px;
   border-radius: 6px;
  object-fit: contain;
}
}


Line 934: Line 935:
.tweet-thread > .tweet {
.tweet-thread > .tweet {
     display: grid;
     display: grid;
     grid-template-areas: "header date" "content content" "quote quote";
     grid-template-areas: "header date" "content content" "media media" "quote quote";
     grid-template-columns: min-content 1fr;
     grid-template-columns: min-content 1fr;
     margin: 0 0 0.25em;
     margin: 0 0 0.25em;
Line 969: Line 970:
     margin-top: 0;
     margin-top: 0;
     padding-left: 22px;
     padding-left: 22px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
     border-left: 2px solid #ced9de;
     border-left: 2px solid #ced9de;
}
}