diff --git a/sass/base_theme.scss b/sass/base_theme.scss index bcb42d3..f537f7b 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -5,10 +5,32 @@ main#wrapper { #header { margin-bottom: 3rem; + + .badge { + background-color: #777; + padding: 0.25rem 0.4rem;; + line-height: 0.75rem; + border-radius: 3px; + margin-left: 0.5rem; + font-size: 0.75rem; + color: white; + } + + .is-active .badge { + background: #dd3344; + } } article.note { margin-bottom: 3rem; + + .bottom-bar { + margin-top: 1rem; + + form .button { + margin-right: 0.5rem; + } + } } diff --git a/templates/header.html b/templates/header.html index 299caf4..cbe4dff 100644 --- a/templates/header.html +++ b/templates/header.html @@ -26,11 +26,11 @@
diff --git a/templates/layout.html b/templates/layout.html index 2c641bb..a828257 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -68,15 +68,16 @@ dt, dd { font-size: 0.9em; } Lookup - - - - Logout - + diff --git a/templates/new.html b/templates/new.html index 7518f69..1b5095e 100644 --- a/templates/new.html +++ b/templates/new.html @@ -63,13 +63,13 @@
{% for emoji in emojis %} - {{ emoji | emojify | safe }} + {{ emoji | emojify | safe }} {% endfor %}
{% for emoji in custom_emojis %} - {{emoji.name}} + {{emoji.name}} {% endfor %}
@@ -181,7 +181,7 @@
- +
diff --git a/templates/utils.html b/templates/utils.html index 1f43a4b..56c7625 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -108,12 +108,13 @@ @@ -289,7 +290,7 @@ {% if not perma and meta.count_like and obj.id | is_from_outbox %}{{ meta.count_like }} like{% if meta.count_like > 1 %}s{% endif %}{% endif %} {% if session.logged_in %} - reply + reply {% if meta | get_visibility | visibility_is_public %} {% if meta.boosted %} @@ -297,14 +298,14 @@ - + {% else %}
- +
{% endif %} {% endif %} @@ -314,14 +315,14 @@ - + {% else %}
- +
{% endif %} @@ -331,14 +332,14 @@ - + {% else %}
- +
{% endif %} @@ -347,21 +348,21 @@ - + {% if meta.pinned %}
- +
{% else %}
- +
{% endif %} @@ -369,22 +370,22 @@ {% endif %} {% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %} - thread + thread {% endif %} {% if meta | get_visibility | visibility_is_public %} {% if obj | url_or_id | get_url | is_from_outbox %} {% if not perma %} - permalink + permalink {% endif %} {% else %} source {% if session.logged_in %} - profile + profile {% endif %} {% endif %} {% endif %} - {{ meta | get_visibility | visibility }} + {{ meta | get_visibility | visibility }}