Commit Graph

396 Commits (95a0edf070143ec2a22ba29bc81a6a7724425a1b)

Author SHA1 Message Date
Aevann 95a0edf070 disable "GIVE AWARD" button on carp and pizzashill 2023-03-18 18:10:14 +02:00
Aevann 56a6d59954 minor padding fix 2023-03-18 08:23:26 +02:00
Aevann de243a7a2b reduce the visitor count size on mobile 2023-03-17 09:21:07 +02:00
Aevann e873471174 minor css fix 2023-03-16 15:40:13 +02:00
Aevann b970d1cf4f minor css fix 2023-03-16 08:51:10 +02:00
Aevann 41dee355c6 minor css fixes for body padding 2023-03-16 06:50:38 +02:00
Aevann 2cf6b8d249 prevent buttons from getting underlined 2023-03-15 07:58:00 +02:00
Aevann a55cf4a74f fix body top padding 2023-03-15 05:13:16 +02:00
Aevann 825d249cb6 Revert "bigger collapse lines on mobile"
This reverts commit 0abd80a24d.
2023-03-14 08:29:26 +02:00
Aevann 729b095713 remove /h/masterbaiters 2023-03-13 20:53:08 +02:00
Aevann 0abd80a24d bigger collapse lines on mobile 2023-03-13 16:24:17 +02:00
Aevann 9dd6c3f831 reduce blockquote padding on mobile 2023-03-12 16:19:02 +02:00
Aevann 835c5f810d use .img class 2023-03-12 15:13:28 +02:00
Aevann 51c3ad1424 back to 70vh for videos 2023-03-12 12:28:42 +02:00
Aevann 93c38657f3 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3770765#context 2023-03-12 10:52:12 +02:00
Aevann f80a927172 disallow scrolling in the backdrop of modals 2023-03-12 01:56:30 +02:00
Aevann eb837be37d smaller space between comment lines on mobile 2023-03-11 14:45:00 +02:00
Aevann ade898ca29 fix this https://stupidpol.site/h/changelog/post/153683/did-this/3763064#context 2023-03-11 14:17:21 +02:00
Aevann c1292de683 fix black patron name 2023-03-11 08:40:16 +02:00
Aevann 64f0c42913 reduce video max height to 80 of screen height 2023-03-11 08:28:39 +02:00
Aevann 04844fc7ce add automatic DDOS mitigation 2023-03-11 08:13:58 +02:00
Aevann 8a1962caae better cursor for spoiler 2023-03-11 07:15:07 +02:00
Aevann e2c1abd8f2 fix award note height 2023-03-10 23:41:07 +02:00
Aevann fad16640e3 fix blackname 2023-03-10 23:28:19 +02:00
Aevann f0b8dcf11e same as last commit 2023-03-07 04:08:36 +02:00
Aevann 03861a0d8c increase max-height of resizable videos to 100vh 2023-03-07 04:06:46 +02:00
Aevann ce90178349 prevent hiding of resize icon 2023-03-07 04:05:37 +02:00
Aevann 7ef9f70b31 minor cosmetic improvement to /ping_groups 2023-03-07 03:02:49 +02:00
Aevann 24bc20e713 fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3729129#context 2023-03-07 01:41:59 +02:00
Aevann b6b3f8652b Revert "minor padding fix"
This reverts commit 5e80667809.
2023-03-06 19:38:59 +02:00
Aevann 178032a130 fix message input 2023-03-06 01:02:54 +02:00
Aevann 5e80667809 minor padding fix 2023-03-05 21:47:23 +02:00
Aevann 607b833c58 remove unnecessary and confusing feature 2023-03-03 23:47:27 +02:00
Aevann fe894ff917 rename #profile-content--nav to #content 2023-02-28 19:31:51 +02:00
Aevann 0d2463807a increase max comment height from 100vh to 400vh 2023-02-27 02:40:36 +02:00
Aevann 686f88e9cf css solution to the height spam question 2023-02-26 13:08:52 +02:00
Aevann 1115877725 add "owner" icon to ping groups member list 2023-02-26 12:35:50 +02:00
Aevann 868ddd5039 remove background for pfps 2023-02-26 10:52:40 +02:00
Aevann f52411ecd8 remove background color for pfps 2023-02-26 10:46:42 +02:00
Aevann 63ff0d8511 better UI for ping groups 2023-02-25 23:44:02 +02:00
Aevann 7a8ec235e0 add tabs to award modal 2023-02-25 21:40:15 +02:00
Aevann 7ebb94fba9 make reply link unbreakable 2023-02-25 18:12:18 +02:00
Aevann 61d256eaaa adds an easy link to download all emojis 2023-02-25 01:14:18 +02:00
Aevann dd9538f200 fix unnecessary padding in headerless templates 2023-02-24 08:31:27 +02:00
Aevann 611cf4ba95 merge header.css into main.css 2023-02-24 05:50:40 +02:00
mummified-corroding-granny 3b261a76ba post: fix post vote horizontal content reflow (#131)
Kindly,

Currently, the vote count at the top left of any post reserves too little space leading to many reflow situations when we vote on it:
* only happens on desktop version, considering the mobile website uses different layout/code
* happens whenever our vote changes the count between 9 to 10 (?), 99 to 100, 999 to 1000. Also happens in more common situations like 81 to 82 and :marseymanysuchcases:

I did a minimalist approach by removing the margin, reserving just enough width (values between -XXX and XXXX) and lowering the vote buttons to minimize hat collision. Arguably, the vote buttons look better with the PR, because they are centered with flairs (WPD) and less off-center on rdrama with post rewards, pfp, ...
Net excess of ~10px, which I feel is borderline too much

Thanks,
granny

Reviewed-on: #131
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-02-22 06:27:11 +00:00
Aevann 94d10fa274 hide number arrows 2023-02-21 20:12:33 +02:00
mummified-corroding-granny c51261aab3 user tables: add float plus margins to replace whitespace (#130)
Kindly,

In most pages where there are tables containing usernames, there is a space between the user icon and the username that gets underlined on hover. It happens in most tables in this app (applies both to rdrama and WPD). That automatic whitepace appears to come from the usual HTML default space between inline elements. The alternative is to change inheritence but appears cumbersome.

This PR fixes that.

Affected pages (those that render user_in_table.html):

./files/templates/admin/alts.html
./files/templates/admin/loggedin.html
./files/templates/admin/lottery.html
./files/templates/admin/patrons.html
./files/templates/admin/shadowbanned.html
./files/templates/admins.html
./files/templates/banned.html
./files/templates/chuds.html
./files/templates/grassed.html
./files/templates/hats.html
./files/templates/leaderboard.html
./files/templates/marseys.html
./files/templates/poll_votes.html
./files/templates/settings/security.html
./files/templates/special/worldcup22_leaderboard.html
./files/templates/sub/blockers.html
./files/templates/sub/exilees.html
./files/templates/sub/mods.html
./files/templates/userpage/blockers.html
./files/templates/userpage/followers.html
./files/templates/userpage/following.html
./files/templates/userpage/views.html
./files/templates/userpage/voters.html
./files/templates/votes.html

Thanks,
Granny

Reviewed-on: #130
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
2023-02-21 14:21:45 +00:00
Aevann 479b508762 fix this https://stupidpol.site/h/changelog/post/148586/message-search/3624361#context 2023-02-20 21:14:35 +02:00
Aevann f6b0282634 increase comment paragraph max height from 50vh to 100vh 2023-02-19 14:29:44 +02:00