The indents on the main website aren't aligned


this is making me go insane pls fix

minor spellingalignment mistake

thanks, that's a small bug. It will get fixed, but probably after more pages are converted to the new style.

okay :'(

are you on a device that can run userscripts? if so i might be able to make one that fixes it temporarily

my personal chromebook has tamper/violet/grease monkey installed

ok, i'll try making one when i get home (i am currently at school using a school chromebook which cannot install extensions or run javascript: urls)

i may also be able to make one, i get home at around 2024-11-22T21:35:00Z

actually i might be able to make one right now because i have access to file: urls

yeah but how would you modify a website with it

edit the html?

do you have access to devtools?

no?

how are you gonna edit the html then?

If you can have some userstyle extension, like Stylus, then that would probably be better, since it doesn't require running javascript that might not be necessary (plus, it's super easy). Here's a simple userstyle I just created to fix it.

/* ==UserStyle==
@name           Fix notches alignment
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         ego-lay-atman-bay
==/UserStyle== */
@-moz-document url-prefix("https://snap.berkeley.edu/") {
    .footer {
        padding: 1em 0;
    }
    
    .trapezoid-footer {
        color: white;
    }
}

I also fixed the color of the bottom notch, since it wasn't fully white.

oh, i thought that was just my screen lol

i also did not know userstyles were a thing, neat!

text editor