diff --git a/src/web/pages/resources/common.css b/src/web/pages/resources/common.css index 39b8defd8..f4b6d9cbf 100644 --- a/src/web/pages/resources/common.css +++ b/src/web/pages/resources/common.css @@ -305,6 +305,25 @@ ul.bullet-separated { filter: brightness(1.2); } +.kitty { + margin-bottom: 0; + overflow: clip; + width: fit-content; + position: relative; + float: right; + cursor: default; + + span { + display: inline-block; + transform: translateX(calc(100% - 1.5em)); + transition: transform 0.3s ease-in-out; + + &:hover { + transform: translateX(0); + } + } +} + @media (max-width: 425px) { main { padding-block-start: 2rem; @@ -316,6 +335,20 @@ ul.bullet-separated { width: 100%; margin-top: 0; } + + ul.bullet-separated { + display: block; + padding-left: inherit; + + li { + display: list-item; + list-style-type: disc; + + &::before { + content: none !important; + } + } + } } @media (max-width: 799px) { diff --git a/src/web/pages/templates/about.html.j2 b/src/web/pages/templates/about.html.j2 index c64db0db5..9ee4d5d44 100644 --- a/src/web/pages/templates/about.html.j2 +++ b/src/web/pages/templates/about.html.j2 @@ -5,11 +5,11 @@ About server {%- endblock -%} {%- block content -%} -
- Support: {{ support_page }} + Visit this server's website: {{ support_page }}
{% endif %} {% if !contacts.is_empty() %} @@ -58,7 +58,7 @@ About server {% endif %}- Server version {{ env!("CARGO_PKG_VERSION") }} + Server version {{ env!("CARGO_PKG_VERSION") }} {%~ if let Some(version_info) = conduwuit_build_metadata::version_tag() ~%} {%~ if let Some(url) = conduwuit_build_metadata::GIT_REMOTE_COMMIT_URL.or(conduwuit_build_metadata::GIT_REMOTE_WEB_URL) ~%} ({{ version_info }}) @@ -73,12 +73,13 @@ About server a high-performance and community-driven Matrix homeserver maintained as an open source project by volunteers from around the world.
--
+ ++ 🐈 meow :3