Fixed a few layout issues in the GDB

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-02-22 20:33:06 -08:00
parent d3edce6b9a
commit 24dab66898
4 changed files with 2 additions and 13 deletions

View File

@ -17,11 +17,6 @@ const routes = {
sharedCacheTime: 2592000, // 30 days on server
},
'^(?:index|tags|drafts)\\.html$': {
cacheTime: 60, // one minute on client
sharedCacheTime: 60, // one minute on server
},
'^(?:sitemap|atom)\\.xml$': {
cacheTime: 3600, // one hour on client
sharedCacheTime: 86400, // one day on server

View File

@ -26,7 +26,7 @@ If your brain is wired for one gonadal hormones (such as testosterone) and your
<div class="gutter">
<a class="card ig-card" href="https://www.instagram.com/p/B4fwhWAH2F-/">
<div class="ig-header">
<div class="ig-avatar" style="background-image: url(theredgrrl.jpg);"></div>
<div class="ig-avatar" style="background-image: url({{images.theredgrrl.sizes.0.url}});"></div>
<div class="ig-name">
<strong>Brea</strong>
<span>theredgrrl</span>

View File

@ -54,7 +54,7 @@ Shame also tends to build up until it boils over into radical action. A very com
'1216110666626555904'
'1216111083997605888'
'1216112014411599877'
) tweets=meta.tweets className="oneblock" }}</div> }!}
) tweets=meta.tweets className="oneblock capped" }}</div> }!}
Societal Dysphoria *strongly* comes into play with courtship rituals. Being forced into being the boyfriend or girlfriend when you are not a boy or a girl is extremely disorienting and often feels very unfair. AMABs may find themselves wishing *they* were the one being pampered, and AFABs may become uncomfortable with the amount of attention they receive from their prospective partners (beyond the discomfort that women experience, as this includes genuine attention, not just unwanted attention). The expectations placed on them by their partners to fill these courtship roles may feel like a heavy burden to bear. By contrast, dating as your true gender becomes euphoric. Buy a trans girl flowers and see how much she swoons.

View File

@ -258,12 +258,6 @@
}
}
@include media-breakpoint-up(md) {
&.oneblock:not(.right) {
max-height: unset;
}
}
&.hide-reply .tweet-text a.mention:first-child { display: none; }
&.collapse:not(.grid-row) {