plebbit / seedit

A GUI for plebbit similar to old.reddit
https://seedit.eth.limo/#/
GNU General Public License v2.0
11 stars 2 forks source link

implement banning accounts for communities #253

Closed plebeius-eth closed 7 months ago

plebeius-eth commented 8 months ago

Community admins should be able to prevent certain accounts from posting in their community.

estebanabaroa commented 7 months ago

should include a duration, probably in days

plebeius-eth commented 7 months ago

22beb4e0ea6a2c300422fa8a21b5f230af985ec0 de1d09116c094b29be3e51f1c17afaffe262fbcf

estebanabaroa commented 7 months ago

looks bad I would do max width 30px image

30px: image

plebeius-eth commented 7 months ago

so apparently Firefox/gecko doesn't adjust the width of the input based on the max={} attribute, while chromium and webkit do. I set it to three digits which I think it's best, so mods can do 365 or 99999 and the number can scroll horizontally. Fixed it with Firefox-specific CSS.