diff --git a/pages/gdb/biochemical-dysphoria.md b/pages/gdb/biochemical-dysphoria.md index bb55545..a1f1d33 100644 --- a/pages/gdb/biochemical-dysphoria.md +++ b/pages/gdb/biochemical-dysphoria.md @@ -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" }} }!} +) tweets=meta.tweets className="oneblock" }} }!} **Derealization** is a detachment from the world around you, a mental sense that everything you perceive is false. diff --git a/pages/gdb/history.md b/pages/gdb/history.md index 7520bff..9843d44 100644 --- a/pages/gdb/history.md +++ b/pages/gdb/history.md @@ -35,9 +35,7 @@ Transgender people are coming out of the woodwork, we are everywhere. }!} -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. diff --git a/scss/_header.scss b/scss/_header.scss index 2f5c529..a656e3b 100644 --- a/scss/_header.scss +++ b/scss/_header.scss @@ -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 } diff --git a/scss/_index.scss b/scss/_index.scss index a4fea18..d31b19a 100644 --- a/scss/_index.scss +++ b/scss/_index.scss @@ -93,6 +93,7 @@ .pager { margin: -1.5em 1em 1em; + position: static; .btn { min-width: unset; diff --git a/scss/_markup.scss b/scss/_markup.scss index 4d0a8d5..9ae1c21 100644 --- a/scss/_markup.scss +++ b/scss/_markup.scss @@ -1,5 +1,6 @@ .markup { + -webkit-font-smoothing: antialiased; p a { transition-property: color, padding, margin; diff --git a/scss/_pager.scss b/scss/_pager.scss index 06a1c5c..f3c397b 100644 --- a/scss/_pager.scss +++ b/scss/_pager.scss @@ -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; diff --git a/scss/_post.scss b/scss/_post.scss index 290689a..76c5563 100644 --- a/scss/_post.scss +++ b/scss/_post.scss @@ -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"; - } diff --git a/scss/_tweet.scss b/scss/_tweet.scss index 5625df4..c1cf291 100644 --- a/scss/_tweet.scss +++ b/scss/_tweet.scss @@ -80,7 +80,6 @@ } strong { - -webkit-font-smoothing: antialiased; grid-area: name; font-size: 1.2em; line-height: 1.1; diff --git a/templates/layout.hbs.html b/templates/layout.hbs.html index 56de910..205f910 100644 --- a/templates/layout.hbs.html +++ b/templates/layout.hbs.html @@ -67,8 +67,8 @@