Lots more little tweaks ahead of launch

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-02-20 18:19:34 -08:00
parent 1c45fdaf33
commit f780d33cad
9 changed files with 13 additions and 12 deletions

View File

@ -77,7 +77,7 @@ You may be unconcerned with the state of your body, perhaps not even fearing dea
'1215736608055537670'
'1215738145473474560'
'1215740224325783553'
) tweets=meta.tweets className="collapse" }}</div> }!}
) tweets=meta.tweets className="oneblock" }}</div> }!}
**Derealization** is a detachment from the world around you, a mental sense that everything you perceive is false.

View File

@ -35,9 +35,7 @@ Transgender people are coming out of the woodwork, we are everywhere.
</div>
}!}
There is a common misconception among both cisgender and transgender people that Gender Dysphoria refers exclusively to a physical discomfort with ones own body. Consequently, proponents of WPATH SoC 7 and DSM-5 have taken to a habit of saying that you do not have to have dysphoria to be transgender. This statement is often repeated like a mantra, as it informs people who do not feel significant body discomfort that they may also be transgender.
However, this belief that body discomfort is central to Gender Dysphoria is in fact a misconception, and is not even a majority component of a Gender Dysphoria diagnosis. Gender Dysphoria crosses a large number of all aspects of life, including how you interact with others, how others interact with you, how you dress, how you behave, how you fit into society, how you perceive the world around you, and yes, how you relate to your own body.
There is a common misconception among both cisgender and transgender people that Gender Dysphoria refers exclusively to a physical discomfort with ones own body. However, this belief that body discomfort is central to Gender Dysphoria is in fact a misconception, and is not even a majority component of a Gender Dysphoria diagnosis. Gender Dysphoria crosses a large number of all aspects of life, including how you interact with others, how others interact with you, how you dress, how you behave, how you fit into society, how you perceive the world around you, and yes, how you relate to your own body. Consequently, proponents of WPATH SoC 7 and DSM-5 have taken to a habit of saying that you do not have to have dysphoria to be transgender. This statement is often repeated like a mantra, as it informs people who do not feel significant body discomfort that they may also be transgender.
In principle, Gender Dysphoria is a feeling of wrongness intrinsic to the self. There is no logical backing to this wrongness, there is nothing which explains it, you can not describe why you feel this way, it is just there. Things in your existence are incorrect, and even knowing which things *are* incorrect can be hard to properly identify.

View File

@ -78,7 +78,7 @@ header {
justify-content: space-between;
align-items: center;
@media (max-width: 500px) {
@media (max-width: 800px) {
flex-direction: column;
// align-items: stretch; // uncomment after menu items are added back
}

View File

@ -93,6 +93,7 @@
.pager {
margin: -1.5em 1em 1em;
position: static;
.btn {
min-width: unset;

View File

@ -1,5 +1,6 @@
.markup {
-webkit-font-smoothing: antialiased;
p a {
transition-property: color, padding, margin;

View File

@ -1,11 +1,15 @@
.pager {
position: sticky;
bottom: 0;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
justify-content: center;
align-items: center;
margin: 1em 0;
padding: 1em 0;
margin-top: -1em;
&.top {
margin: 0 0 1em;

View File

@ -1,7 +1,7 @@
body.page {
@media (max-width: 500px) {
font-size: 0.8em;
font-size: 0.9em;
}
header {
@ -100,6 +100,4 @@ body.page {
margin-bottom: 1em;
}
// @import "./pager";
}

View File

@ -80,7 +80,6 @@
}
strong {
-webkit-font-smoothing: antialiased;
grid-area: name;
font-size: 1.2em;
line-height: 1.1;

View File

@ -67,8 +67,8 @@
<!-- <li><a href="/guides/" class="top-nav-item">Guides</a></li> -->
<!-- <li class="break"></li> -->
<li><a href="https://github.com/GenderDysphoria/GenderDysphoria.fyi" class="top-nav-item">{{icon 'brands/github'}}</a></li>
<!-- <li><a href="https://patreon.com/curvyandtrans" class="top-nav-item" title="Patreon">{{icon 'brands/patreon'}}</a></li> -->
<!-- <li><a href="https://ko-fi.com/curvyandtrans" class="top-nav-item" title="Ko-Fi">{{icon 'brands/ko-fi'}}</a></li> -->
<li><a href="https://patreon.com/curvyandtrans" class="top-nav-item" title="Patreon">{{icon 'brands/patreon'}}</a></li>
<li><a href="https://ko-fi.com/curvyandtrans" class="top-nav-item" title="Ko-Fi">{{icon 'brands/ko-fi'}}</a></li>
</ul>