1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Add oembed info to /tweets, new icon for TTT in the page header.

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-06 19:38:16 -08:00
parent ea9ba8bf18
commit 4e5c14123f
9 changed files with 49 additions and 6 deletions

View File

@@ -173,6 +173,10 @@ header {
font-size: 0.8rem;
font-weight: 300;
.container {
max-width: 600px;
}
.strong {
display: block;
font-weight: 600;

View File

@@ -6,7 +6,10 @@ body.page {
header {
background: $gray-800;
&.active { background: white; }
@media (min-width: 500px) {
&.active { background: white; }
}
}
}

View File

@@ -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 {