Jay Sitter
7dc06199f2
fix: Litely Red was importing the wrong vars
2023-06-19 17:21:08 -04:00
Jay Sitter
94274a1e7f
feat(post): Move post domain beneath post title ( #1363 )
...
* feat(post): Move post domain and preview button beneath post title
* fix: Move the 'show body' button back to actions line; only show if there is something to show; add 'active' color
* fix: Fix some margins
2023-06-19 11:26:29 -04:00
Jay Sitter
eb9bc1d4fb
fix: Add compiled theme stylesheets
2023-06-18 15:45:01 -04:00
Jay Sitter
473406d1da
fix: Fix too-intense hr color between posts
2023-06-18 15:38:16 -04:00
Jay Sitter
c5e55fb286
fix: Remove some unused vars
2023-06-17 11:16:04 -04:00
Jay Sitter
77ab1f9e85
fix: Fix some references to ; they should refer to a specific gray in case changes
2023-06-17 10:58:22 -04:00
Jay Sitter
77a3e57f94
fix: Move var to grays area
2023-06-17 10:56:17 -04:00
Jay Sitter
6bb44191ae
fix: Fix broken theme overrides; group theme variable files by variable type
2023-06-17 10:54:49 -04:00
Jay Sitter
b59ddb1810
fix: Fix input-bg for darkly theme
2023-06-17 01:39:48 -04:00
Jay Sitter
9885bc31eb
chore: Fix a missing theme color
2023-06-17 01:20:49 -04:00
Jay Sitter
f0bbbd181d
chore: Remove some more redundancies
2023-06-17 01:19:45 -04:00
Jay Sitter
87cf5d9b6c
chore: Remove some more redundancies
2023-06-17 01:18:35 -04:00
Jay Sitter
d2dac88cd8
chore: Fix vars
2023-06-17 00:53:44 -04:00
Jay Sitter
42c46c18ca
chore: Remove some redundant Sass variable declarations and re-organize them
2023-06-17 00:38:30 -04:00
Jay Sitter
a41079929d
fix: Fix imports
2023-06-17 00:12:01 -04:00
Jay Sitter
ab92d7264d
fix: Sass files don't need to refer to full node_modules path
2023-06-16 23:14:39 -04:00
SleeplessOne1917
28023bb3a6
Merge branch 'main' into generate-theme-css
2023-06-17 02:22:10 +00:00
SleeplessOne1917
9165433282
Merge branch 'main' into 1117-jump-to-main-content
2023-06-17 02:19:59 +00:00
Jay Sitter
3d24a108ae
feat: Fix some colors on dark mode
2023-06-16 20:02:07 -04:00
Jay Sitter
ebba5bdd80
feat: Move text formatting bar above textarea
2023-06-16 17:47:43 -04:00
Sean Spade
d3e181222a
feat: Adds Jump to main content functionality
...
feat: Adds media query for prefers reduced motion
chore: remove <a/> from index.tsx
chore: remove tranisiton for skip link
chore: remove omitted error variable
update translations
chore: update translations
chore: Covert <a/> jump to content from html to Inferno JSX
chore: add translation
feat: add main as a parent to routes so jump to content always skips navigation on every page
chore: Use bootstrap classes
feat: Tidy Jump to content feature with some basic JS
feat: Jump to main content
2023-06-16 17:22:05 -04:00
SleeplessOne1917
d3a19751d5
Merge branch 'main' into generate-theme-css
2023-06-16 20:00:46 +00:00
Florian Heft
3afd636b9e
Fixed color scheme variables of litely-red
...
* Adapted variables to the actual color that
was used before
2023-06-16 10:53:26 +02:00
Andrew DeLisa
79f4009541
Improve the look of tables ( #1299 )
...
* feat(css): remove table styling that overrides bootstrap
* feat(utils): style MD tables appropriately with bootstrap class
2023-06-15 17:42:22 -04:00
SleeplessOne1917
4c67ff255b
Merge branch 'main' into generate-theme-css
2023-06-15 15:51:52 +00:00
SleeplessOne1917
31e61e7449
Merge branch 'main' into comment-depth
2023-06-14 23:46:11 +00:00
Camel Coder
be60dae9f8
Horizontally scrollable code blocks, instead of wrapping.
...
This disables word wrapping for code generated from markdown, and instead enables a horizontal scroll bar.
2023-06-14 12:00:13 +00:00
Florian Heft
20c3b6bfb3
Recompiled theme files using latest Bootstrap 4
...
* Rebuild the existing theme files using the
new build system (93f00c9e).
* Files should be functionally the same apart
from possibly some Bootstrap fixes. Most
of the diff is reordering and formatting
(e.g. color values).
2023-06-14 01:14:18 +02:00
Florian Heft
a170a0cc74
Added npm scripts to rebuild theme files
...
* Add Bootstrap 4 dependency
* Add scripts to compile theme files using SASS
* Remove circular dependency of theme variables
and Bootstrap base variables
2023-06-14 01:14:18 +02:00
SleeplessOne1917
800c1655fe
Merge branch 'main' into avatar-aspect-ratio-fix
2023-06-12 21:12:49 +00:00
Raymond Berger
de230a5e2f
remove unused theme files ( #1202 )
...
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-06-12 14:57:52 -04:00
Alec Armbruster
1aa934584f
add .img-cover class, implement
2023-06-12 13:00:18 -04:00
abias
b12399de5f
Make comments nested lists
2023-06-03 22:02:07 -04:00
SleeplessOne1917
ffe95ee1c6
Navbar hide menu fix ( #1033 )
...
* Fix navbar not closing on mobile when it should
* Get rid of unnecessary HTML tags
2023-05-21 23:31:08 -04:00
SleeplessOne1917
0bd9a17009
Add web share for browsers that have it enabled ( #1029 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-05-21 14:17:56 -04:00
SleeplessOne1917
0d30f4c731
Make admin UI for allowing/blocking instances easier to work with ( #1012 )
...
* Make admin UI for allowing/blocking instances easier to work with
* Tweak styles
* Remove log statements
* Trim instance names and slight refactor
* Use linkEvent
2023-05-16 09:08:52 -04:00
SleeplessOne1917
b19b51c78c
Add support for PWA ( #1005 )
...
* Add logic for dynamically generating web manifest
* Make PWA icon get autogenerated
* Make service worker work
* Tweak things for PWA
* Handle apple icons and refactor
* Update prod dockerfile
* Remove jimp
* Remove unnecessary option
* Use different function syntax
2023-05-11 21:07:59 -04:00
Dessalines
457187693f
Prettier css ( #995 )
...
* Add prettier lint for css and scss files.
* Fixing eslint issue.
* Run prettier
2023-05-03 22:09:27 -04:00
SleeplessOne1917
3a88f6e854
Add content warning to modlog and fix modlog routing bug ( #994 )
...
* Add content warning to modlog and fix modlog routing bug
* Add translation logic
2023-05-03 22:06:59 -04:00
Anon
1f15ea5aa8
Add Custom Emoji Support
2023-02-26 11:22:05 -06:00
Dessalines
6aa33e6809
Remove buggy navbar search. Fixes #921 ( #950 )
2023-02-21 15:52:12 -05:00
Dessalines
31715ca75c
Removing extra themes. Fixes #905 ( #910 )
2023-02-02 21:14:59 -05:00
Dessalines
afeb64009b
Adding Community Language fixes. #783 ( #868 )
...
* Partially done with language tagging. #783
* A few more updates.
2022-12-19 10:57:29 -05:00
Anon
e2a29a5bad
Add Taglines support ( #854 )
...
* Add Taglines support
* Fix issue with deletion not rendering properly.
* Address PR comments
* Missed alllanguages
* Cleanup tagline match
* Update js client
* Move taglines to siteres
* Only show taglines editor after site setup
* Update js client
2022-11-20 11:08:44 -05:00
Dessalines
6e3a6a601b
Move symbols to its own cacheable file. Fixes #809 ( #862 )
2022-11-18 13:28:05 -05:00
Rens Groothuijsen
b979e0a3a9
Search button and input style fixes ( #825 )
...
* Align search button style with other navbar buttons, disable search box when hidden, adjust search box size
* Align search button margin with other navigation bar buttons
2022-10-20 23:56:57 -04:00
Sergio Varela
326beabda1
Cantarell for darkly/darkly-red. Fixes #779 ( #784 )
...
* Adds Cantarell
See: Use Cantarell instead of Liberation Sans for GNOME users on darkly/darkly-red themes. #779 (https://github.com/LemmyNet/lemmy-ui/issues/779 )
* Adds Cantarell
See: Use Cantarell instead of Liberation Sans for GNOME users on darkly/darkly-red themes. #779 (https://github.com/LemmyNet/lemmy-ui/issues/779 )
2022-09-20 22:43:33 -04:00
Anon
a8ab4e0558
Add support for filtering mod logs
2022-08-07 10:26:27 -05:00
Dessalines
321339c6c5
Don't render markdown for summaries. Fixes #658 ( #659 )
2022-05-23 11:13:41 +00:00
Dessalines
6b53ae7f62
Adding litely-red and darkly-red themes. ( #636 )
2022-04-27 19:10:58 +00:00