Commit Graph

74 Commits

Author SHA1 Message Date
0dc01a5332 Use icon for the verified checkmark 2024-07-24 03:20:06 +03:00
c960669527 Give instance pill some space to breathe 2024-07-24 01:17:48 +03:00
03cf7b43b1 Fix line heights and paddings 2024-07-24 01:10:09 +03:00
2d6306a717 Fix line height in Arabic 2024-07-23 05:54:19 +03:00
44cd81ea70 Fix comment content being too close to timestamp 2024-07-22 04:10:43 +03:00
c4dc2feabc Remove max-width from the banner 2024-07-22 04:00:45 +03:00
87f04672ce Remove unneeded background color property from avatar 2024-07-22 00:17:28 +03:00
0eb32679a5 Don't use the weird af "unset" keyword 2024-07-22 00:07:34 +03:00
bd4c5bb972 Add edge highlight to images
In case if image is transparent and it's actually visible
2024-07-21 23:22:11 +03:00
df1c651124 Fix broken avatars from being non-square 2024-07-21 23:15:23 +03:00
67201978bb Fix broken code blocks with complex settings (again)
Additionally, utilize `unset` instead of transparent in more places
2024-07-21 19:59:23 +03:00
8b200e577d Support comment img/video attachments (fixes #30) 2024-07-20 21:03:05 +03:00
354b4050af Center custom emojis vertically in comments 2024-07-15 08:13:34 +03:00
fb2674d2ed Fix height of instance badge in comments 2024-07-09 00:54:08 +03:00
1758eb99a8 Make margins/paddings automatically adapt in rtl
No need for separate rules for rtl, yay!
2024-07-05 05:54:19 +03:00
29fa3ec522 Add GitHub-styled alerts 2024-07-05 03:01:00 +03:00
3eaa81e755 Add search support
Only supports elasticlunr_json
2024-06-30 02:58:34 +03:00
03446caaa9 Replace ALL pixel values with REM 2024-06-27 19:04:12 +03:00
ee70e5fe46 More RTL improvements and some style tweaks 2024-06-18 07:52:13 +03:00
9344e4d4e5 Ditto for comments.scss 2024-06-18 06:34:01 +03:00
17634a94da Add "open post" button to comments
Since I started working on the i18n support, comments lost it's previous
link to the post, so it's been added back in a form of an actual button
2024-06-18 06:08:18 +03:00
bcf57b7147 Display posts count for each tag in the tag list
And increase the "small" for size to closest pixel-perfect value
2024-06-18 05:44:13 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
2abb4d234c A set of style fixes for rtl langs 2024-06-17 05:21:54 +03:00
018fcf813c Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very
annoying
2024-06-15 02:18:13 +03:00
9eee1bc77d Move the rest of the icons to CSS mask
This way user can change the icon without overriding the template
itself, plus it's cleaner this way
2024-06-13 17:15:35 +03:00
dbf8622fdc Dryer comment avatar styling 2024-06-08 02:53:13 +03:00
d93bb90561 Custom focus indicator and accessebility fixes 2024-05-29 03:39:59 +03:00
66d1dccdcc Get rid of the reply icon (it looked bad) 2024-05-22 04:35:45 +03:00
067ee7428f Reply icon on replies, make mask code more DRY 2024-05-21 19:40:37 +03:00
5d5e08cb35 Round blockquotes are back! 2024-05-21 18:36:54 +03:00
5cd96fb15f Fix the verified checkmark render as emoji? 2024-05-20 19:47:30 +03:00
b7b95e6653 Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
21bad0a764 Add active state to the footer socials
And use "transform" for transforms since e.g setting scale directly is not widely supported by browsers (baseline 2022)
2024-05-02 23:42:16 +03:00
0e4df24525 Unround blockquote corners 2024-04-05 02:03:46 +03:00
1f140dc76e Animations/transitions tweaks
- Tweak boosts/favorites hover animation (now same as in
[Tuba](https://tuba.geopjr.dev))
- Switch from milliseconds to seconds for transitions
- Get rid of orange_bg/fg since it was never used
2024-04-04 08:51:49 +03:00
c80b47fa92 Use warning icon instead of a glyph, move QR styles to comments
-since it's not used anywhere else at the moment
2024-04-04 07:06:17 +03:00
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
ecbf5f96eb Spin boosts/faves icon on hover (more fun!) 2024-03-30 22:27:43 +03:00
b4e20832b7 Change interaction colors accordingly 2024-02-27 21:57:09 +03:00
21dc1ed7b1 Use SVG icons for boosts/faves
And yeah I returned the boosts, and faves is now a star to match what
masto/akkoma does
2024-02-27 21:50:58 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
791475cf2b Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
592a486148 Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
184d7bd456 Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded 2024-02-12 18:27:31 +03:00
095efe1070 feat: Use named font weights when appropriate 2024-01-31 02:53:24 +03:00
56ccf772a0 feat: Use bolder weight for faves 2024-01-29 22:21:31 +03:00
bd19211ac9 fix: Comments faves active state 2024-01-28 23:27:50 +03:00
c6e60b926c feat: Adjust emoji size 2024-01-28 22:48:23 +03:00
36d8dda804 feat: Use fonts provided by system, new navbar (again) 2024-01-28 20:41:32 +03:00