diff options
| author | 2022-10-12 18:23:50 +0200 | |
|---|---|---|
| committer | 2022-10-12 18:23:50 +0200 | |
| commit | 80c2833d83aa601ddf725d6830e33ec3da74d922 (patch) | |
| tree | 027c1dada5fdb180c0660518061d44653f8eef87 /web/source/css/status.css | |
| parent | [feature] Add `/api/v1/admin/custom_emojis` endpoint (#902) (diff) | |
| download | gotosocial-80c2833d83aa601ddf725d6830e33ec3da74d922.tar.xz | |
[frontend] small fixes (#907)
* add missing watchify dependency
* replace svg rss icon with forkawesome+styling
* use $white1 instead of hardcoding white
* fix toot overflow
Diffstat (limited to 'web/source/css/status.css')
| -rw-r--r-- | web/source/css/status.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css index 3e20c7e87..ff5cc2836 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; |
