daf7299bed
remove redundant CSS
2019-10-02 01:02:05 +01:00
2561667811
Remove hardcoded mascots from light and macaron themes
2019-10-02 00:58:27 +01:00
682afe8d2d
Switch out old hometown logo for new one
...
Also tidies up a bunch of svgs that were hardcoded and shouldn't have been
2019-10-02 00:57:31 +01:00
08f6148334
Remove keysmash elephant from 404 page and replace with the name of the instance
2019-10-01 18:44:35 +01:00
99a3cc0f92
Fix CSS wrapping bug in navigation on public pages for longer instance names
2019-10-01 17:31:17 +01:00
bcce240c18
Bring styling of signup page header into line with the auth page header from 2a7cc4ff1
2019-10-01 15:22:37 +01:00
38e1afa724
Merge branch 'hometown-dev' into unbranding
2019-09-23 20:56:21 -07:00
a6df5c6cdf
remove zigzag from mastodon original theme
2019-09-18 23:17:15 +01:00
1c114185c8
Make it so that if there is no custom mascot uploaded the logo on the about/more page will always be correctly coloured
2019-09-18 22:55:01 +01:00
76426333d9
Add inline svg logos to index and error_boundary.js and style
2019-09-18 22:54:09 +01:00
20e17e496f
Fix header spacing in emails
2019-09-18 17:21:53 +01:00
a11573e9f2
Remove zigzag
2019-09-17 21:27:23 +01:00
62c2286656
Brand link styling
2019-09-17 21:27:10 +01:00
4b0be3f830
Nudge logo down
2019-09-17 21:27:00 +01:00
8acc541fa9
Remove elephants from CSS
2019-09-17 20:21:48 +01:00
2ebe82c49b
Utility function to detect background colour and select either light or dark default hometown logo
2019-09-17 16:57:08 +01:00
f0b1c82d22
Namespace the rich text CSS
2019-09-16 15:41:33 -07:00
df3a42c4f2
Merge branch 'hometown-dev' of github.com:hometown-fork/hometown into hometown-dev
2019-09-13 20:28:09 -07:00
7d7712e1ba
Fixing header CSS for rich text statuses
...
Making the headers larger in font size, and differentiating the h1 and
h2 headers.
2019-09-13 20:27:32 -07:00
44486bdada
Merge pull request #17 from emmawinston/spoiler-tag-syntax-fix
...
Corrects syntax for spoiler tags to valid HTML (fixes #10 )
2019-09-12 10:48:37 -07:00
e5cd6d0cda
Corrects syntax for spoiler tags to valid HTML ( fixes #10 )
2019-09-12 18:16:59 +01:00
d1c5063cd4
Merge pull request #15 from emmawinston/local-indicator-spacing-fix
...
Correct local-only indicator spacing
2019-09-10 14:01:01 -07:00
3a9f0a0e1a
Merge pull request #14 from emmawinston/underlining-bugfix
...
Fix inconsistent link underlining
2019-09-10 14:00:50 -07:00
58805e7432
Correct local-only indicator spacing - fixes issue #8
2019-09-10 20:43:19 +01:00
b6f84d7c66
Fix inconsistent link underlining
2019-09-07 14:35:33 +01:00
9b22e2c3fa
correct border colour of account header fields from green to purple
2019-09-06 19:10:32 +01:00
1befe817c2
Fixing stray merge cruft
2019-08-31 16:51:47 -07:00
168d0b304f
Merge branch 'macaron-theme-tweaks' of github.com:emmawinston/hometown into hometown-dev
2019-08-31 15:43:28 -07:00
3ff5b31cbc
Merge branch 'fairy-floss-theme' of github.com:emmawinston/hometown into hometown-dev
2019-08-31 15:38:45 -07:00
3da7ff7230
fix colour of bottom border of favourite notifications
2019-08-22 21:49:43 +01:00
18f6b7e994
Fix public account page header colours
2019-08-22 21:16:44 +01:00
63a7118ef1
Bugfix for notification border colours
...
- Fix bug which showed certain notifications with the wrong bottom border colour
2019-08-21 21:14:51 +01:00
7ee0582c34
Additional theme tweaks for macaron
...
Additional refinements and bugfixes:
- fixed bug where notifications of DMs showed as the wrong colour
- fixed colours of poll notifications
- fixed colours of borders in profile
- made loading indicator more pastel green
2019-08-20 21:32:48 +01:00
09ec02601b
Small changes to macaron theme
...
- Change hover colour for shared links to purple
- Change background colour of textbox in list editing popup to blue
- Fix bug which made a border green instead of grey when being notified of a new follower
2019-08-20 15:28:36 +01:00
926d05eb59
Add Fairy Floss theme for hometown
2019-08-20 15:14:49 +01:00
6c2e2969ca
Merge tag 'v2.9.3' into hometown-2.9.3
2019-08-19 14:28:19 -07:00
29bdcf3bee
Add macaron theme
...
Add macaron, a pastel light theme for hometown
2019-08-19 13:39:44 -07:00
011909262a
Add message telling FTS is disabled when no toot can be found because of this ( #11112 )
...
* Add message telling FTS is disabled when no toot can be found because of this
Fixes #11082
* Remove info icon and reword message
2019-08-06 21:52:00 +02:00
bfc0fbab2c
Adding exclusive lists feature
...
Major new feature, currently testing in a branch right now. Fixes #1
2019-07-26 01:53:21 -07:00
f82b572102
Underlining hyperlinks by default
2019-06-30 15:23:53 -07:00
0436aa9984
Adding full Article support
...
This creates a new column in the `statuses` table which keeps track of
activity_pub_type, so in the case of a Note it will be blank (the
default) and it will be a string "Article" if the received remote object
is an AP Article. There is now a bunch of special case code in the
formatters and sanitizers to handle Articles differently, as well as on
the clientside.
2019-06-30 15:16:11 -07:00
615bfe8c16
Improve styling of rich text
...
- Increase font weight of headers and bold text
- Increase blockquote's contrast
- Avoid some extra margins
2019-06-30 15:14:18 -07:00
10924fc580
Accept richer text from remote statuses
...
Support abbr, del, pre, blockquote, code, strong, b, em, i, ul, ol, li and
h1 to h5 tags in remote statuses.
2019-06-30 15:14:10 -07:00
49ebda4d49
Change audio format from ogg to mp3 for wider compatibility ( #11141 )
...
* Change audio format from ogg to mp3 for wider compatibility
* Add media description as title to links of unknown media attachments
2019-06-21 22:59:44 +02:00
b4d67fe57a
Fix ordering of keyboard access between CW field, textarea and emoji picker ( #11066 )
2019-06-13 17:07:43 +02:00
faafc3ae25
Fix border-bottom of active tab bars ( #11068 )
2019-06-13 00:14:27 +02:00
92b572e2a3
Fix list not being automatically unpinned when it returns 404 in web UI ( #11045 )
2019-06-11 02:26:37 +02:00
9add88a920
Fix position of search icon ( #11003 )
2019-06-09 01:59:42 +02:00
241a8e7b5f
Fix more issues in the light theme ( #10996 )
...
* Fix tabs bar in light theme
* Fix borders on small screens in light theme
2019-06-08 22:32:59 +02:00
20dda5cca0
Change full logo to use primary text color of the given theme ( #10994 )
...
* Change full logo to use primary text color of the given theme
* Fix colors of public layout header in light theme
2019-06-08 15:30:06 +02:00