From 80c2833d83aa601ddf725d6830e33ec3da74d922 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 12 Oct 2022 18:23:50 +0200 Subject: [PATCH] [frontend] small fixes (#907) * add missing watchify dependency * replace svg rss icon with forkawesome+styling * use $white1 instead of hardcoding white * fix toot overflow --- web/assets/rss.svg | 18 ------------------ web/source/css/profile.css | 9 ++++++--- web/source/css/status.css | 2 ++ web/source/package.json | 1 + web/template/profile.tmpl | 4 +++- 5 files changed, 12 insertions(+), 22 deletions(-) delete mode 100644 web/assets/rss.svg diff --git a/web/assets/rss.svg b/web/assets/rss.svg deleted file mode 100644 index 11fd98a5..00000000 --- a/web/assets/rss.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/web/source/css/profile.css b/web/source/css/profile.css index 03f65d1d..e4763f30 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -225,10 +225,13 @@ main { align-items: center; justify-content: space-between; margin: 1rem; - .rsslogo { - width: 1.45em; - height: 1.45em; + .rss-icon { + font-size: 1.45em; object-fit: contain; vertical-align: middle; + color: $orange2; + /* can't size a single-color background, so we use a linear-gradient that's effectively white */ + background: linear-gradient(to right, $white1 100%, transparent 0) no-repeat center center; + background-size: 1.2rem 1.4rem; } } diff --git a/web/source/css/status.css b/web/source/css/status.css index 3e20c7e8..ff5cc283 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -133,6 +133,8 @@ main { position: relative; z-index: 2; + width: 100%; + a { color: $link-fg; text-decoration: underline; diff --git a/web/source/package.json b/web/source/package.json index d6e6507d..3f8bd5a9 100644 --- a/web/source/package.json +++ b/web/source/package.json @@ -47,6 +47,7 @@ "redux-thunk": "^2.4.1", "tiny-lr": "^2.0.0", "uglifyify": "^5.0.2", + "watchify": "^4.0.0", "wouter": "^2.8.0-alpha.2" }, "devDependencies": { diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 9342f0f4..98197f7c 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -30,7 +30,9 @@

Latest public toots {{ if .rssFeed }} - + + + {{ end }}

{{ if not .statuses }}