Commit Graph

39 Commits (19c352c8f09744efdd35d882bb5f26770fedb80d)

Author SHA1 Message Date
Aevann 19c352c8f0 replace train and scooter award with a "horizontal" selection to "emoji" award 2023-10-09 01:42:05 +03:00
Aevann 6e122bf172 make /h/highrollerclub look epic in rdrana 2023-10-08 15:51:00 +03:00
Aevann 29a8d00207 move all unnecessary animations to awards.css so poormode-cels dont be subjected to them 2023-10-08 15:47:12 +03:00
Aevann c470afc383 buff tilt award on comments 2023-10-07 15:20:52 +03:00
Aevann ae182a6766 dont repeat colors in repeating-linear-gradient 2023-10-06 20:57:27 +03:00
Aevann 33b65c3f7d stop gold award from affecting images (for performance) 2023-10-06 20:51:33 +03:00
Aevann 687d310327 increase emoji award display cap from 4 to 10 2023-10-05 19:02:41 +03:00
Aevann 61cb92e054 increase emoji award size on phone 2023-10-05 14:26:19 +03:00
Aevann 1f97908f95 change gold color again 2023-10-05 12:54:06 +03:00
Aevann 84a24e882b dont animate gold-text images (cpu intensive + cheapens organic gold emojis) 2023-10-05 12:53:33 +03:00
Aevann 7770f7ab23 make gold text slightly darker 2023-10-05 10:50:43 +03:00
Aevann 15fd1792db switch color order 2023-10-04 18:51:24 +03:00
Aevann fc05cf4c80 add king award 2023-10-04 18:42:03 +03:00
Aevann 08157c3445 move some award css code from main.css to awards.css 2023-10-04 17:33:58 +03:00
Aevann 7fced29fba change wholesome award to emoji award 2023-10-04 16:05:43 +03:00
Aevann 9ee45b4a24 remove unnecessary spaces and tabs 2023-09-07 18:26:31 +03:00
Aevann e0a3cc2bba make tilt not an animation 2023-08-23 08:59:51 +03:00
Aevann 7f18940836 buff post tilt 2023-08-12 13:16:27 +03:00
Aevann d674390f1a rework tilt award 2023-08-11 15:40:14 +03:00
Aevann 856fda413d make tilt award not stack 2023-08-11 15:04:26 +03:00
Aevann 384019d0b8 shorten some urls 2023-07-28 01:58:25 +03:00
Aevann 0ffa02cc40 i hate css 2023-07-07 08:54:06 +03:00
Aevann 282ef49bb7 make awards absolute 2023-07-07 07:56:44 +03:00
Aevann 95fbe7b8be make awards faster 2023-07-07 07:33:51 +03:00
Aevann f718ecfd38 add space 2023-07-07 07:33:35 +03:00
Aevann 5a9966b74e slightly reduce wholesome and scooter award size on desktop 2023-06-26 14:01:56 +03:00
Aevann 05e5956237 increase size of ricardo 2023-06-26 13:26:53 +03:00
Aevann 6e76712ee0 reduce size of confetti award on mobile 2023-06-26 13:20:24 +03:00
Aevann 9f7fbbff99 reduce the size of ricardo 2023-06-26 13:12:06 +03:00
Aevann 27b2adf989 fix tilt award 2023-02-27 15:26:55 +02:00
Aevann 93e9a42fa3 stop using inline style/script elements 2022-12-29 16:20:27 +02:00
geese_suck c35c852b90
pcm awards 2022-11-27 21:11:21 -08:00
geese_suck 8dcd385218 rework awards (#26)
dude cherrypicking lmao

Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Reviewed-on: #26
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-28 00:37:52 +00:00
Aevann 6f10140b21 Revert "make awards significantly less retarded (#12)"
This reverts commit 04dbda7f03.
2022-11-27 04:07:45 +02:00
geese_suck 04dbda7f03 make awards significantly less retarded (#12)
Co-authored-by: gooseman <16601315+geese-suck@users.noreply.github.com>
Co-authored-by: geese_suck <16601315+geese-suck@users.noreply.github.com>
Reviewed-on: #12
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-27 02:05:12 +00:00
geese-suck e672330614
simplify awards (#434) 2022-11-09 00:39:05 -05:00
Aevann1 5719688178 use tabs, not spaces 2022-10-29 01:39:31 +02:00
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
Aevann1 664029a9fb sneed 2022-07-16 21:00:02 +00:00