mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Add oembed info to /tweets, new icon for TTT in the page header.
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
font-size: 0.95em;
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0.75em;
|
||||
background: rgba(#ddd, 0.1);
|
||||
background: rgba($gray-500, 0.1);
|
||||
|
||||
> a {
|
||||
color: inherit;
|
||||
@@ -166,6 +166,14 @@
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&.missing {
|
||||
background: rgba($gray-500, 0.4);
|
||||
padding: 3px 10px;
|
||||
width: 300px;
|
||||
color: $gray-500;
|
||||
border-color: rgba($gray-500, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
.tweet-entities {
|
||||
@@ -324,6 +332,7 @@
|
||||
&.hide-reply .tweet-text a.mention:first-child { display: none; }
|
||||
&.hide-mentions .tweet-text a.mention { display: none; }
|
||||
&.hide-hashtags .tweet-text a.hashtag { display: none; }
|
||||
&.hide-quoted .tweet-quoted { display: none; }
|
||||
|
||||
&.collapse:not(.grid-row) {
|
||||
.tweet-item {
|
||||
|
||||
Reference in New Issue
Block a user