diff --git a/static/styles.css b/static/styles.css index e055a19..ca13d0d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -284,72 +284,6 @@ body.other .column_content { max-width: 100%; } } -body.note .column_content .profile_intro, -body.other .column_content .profile_intro { - display: flex; - max-width: 100%; - align-items: center; - margin-bottom: 1rem; -} -@media print { - body.note .column_content .profile_intro, - body.other .column_content .profile_intro { - margin-bottom: 1rem; - } -} -body.note .column_content .profile_intro a, -body.other .column_content .profile_intro a { - display: inherit; - width: 100%; - align-items: inherit; - margin: 1rem 0 1rem 0; - text-decoration: none; - flex-wrap: wrap; -} -@media (max-width: 580px) { - body.note .column_content .profile_intro a, - body.other .column_content .profile_intro a { - margin-top: 0rem; - margin-bottom: -0.5rem; - } -} -body.note .column_content .published_at, -body.note .column_content .reply_of, -body.other .column_content .published_at, -body.other .column_content .reply_of { - width: 100%; - text-align: right; - align-self: end; - font-size: 0.8rem; -} -.theme--default body.note .column_content .published_at, -.theme--default body.note .column_content .reply_of, -.theme--default body.other .column_content .published_at, -.theme--default body.other .column_content .reply_of { - color: #9a9a9a; -} -.theme--dark body.note .column_content .published_at, -.theme--dark body.note .column_content .reply_of, -.theme--dark body.other .column_content .published_at, -.theme--dark body.other .column_content .reply_of { - color: #f3f3f3; -} -.theme--default body.note .column_content .published_at a, -.theme--default body.note .column_content .reply_of a, -.theme--default body.other .column_content .published_at a, -.theme--default body.other .column_content .reply_of a { - color: #e32a6d; -} -.theme--dark body.note .column_content .published_at a, -.theme--dark body.note .column_content .reply_of a, -.theme--dark body.other .column_content .published_at a, -.theme--dark body.other .column_content .reply_of a { - color: #e32a6d; -} -body.note .column_content .reply_of, -body.other .column_content .reply_of { - margin-top: 0.2rem; -} @media print { @page { diff --git a/static/styles.scss b/static/styles.scss index f1b636a..3f6de4c 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -328,45 +328,6 @@ body.other { flex-basis: 100%; max-width: 100%; } - .profile_intro { - display: flex; - max-width: 100%; - align-items: center; - margin-bottom: 1rem; - @media print { - margin-bottom: 1rem; - } - a { - display: inherit; - width: 100%; - align-items: inherit; - margin: 1rem 0 1rem 0; - text-decoration: none; - flex-wrap: wrap; - @media (max-width: 580px) { - margin-top: -0rem; - margin-bottom: -0.5rem; - } - } - } - .published_at, - .reply_of { - width: 100%; - text-align: right; - align-self: end; - font-size: 0.8rem; - @include themed() { - color: t($base5); - } - a { - @include themed() { - color: t($accent1); - } - } - } - .reply_of { - margin-top: 0.2rem; - } } } diff --git a/templates/note.html b/templates/note.html index 1673654..90b0b57 100644 --- a/templates/note.html +++ b/templates/note.html @@ -72,25 +72,24 @@ {{.Metadata.Name}} {{if not (eq .Metadata.Name .Metadata.DisplayName)}} - {{.Metadata.DisplayName}} {{end}} -