#Better bot forms

1 messages ยท Page 1 of 1 (latest)

valid chasm
#

gonna make it blurry

strange trellis
brave cedar
#

i mean we do call them apps now so "bot forms" is technically inaccurate. "app forms" would be the valid wording

#

jk this is kinda fire

remote atlas
remote ocean
#

does this matter??

shrewd mural
#

fixed

storm raptor
#

this doesnt work, can you fix it pls @shrewd mural :(

storm raptor
#

@shrewd mural ๐Ÿฅบ

thick flax
#

Is there anyone willing to take a look at this snippet? I've attached a screenshot of how absolutely tiny the form modal is on my screen, and I'd really really like this snippet to work again ๐Ÿ’”

haughty saddle
#

@thick flax

form>div.outerContainer__8a031>div.container__8a031 {
    max-width: none;
    width: var(--modal-width-medium);

    .header__8a031 {
        padding: var(--modal-vertical-padding) var(--modal-horizontal-padding);
        margin-bottom: var(--modal-vertical-padding);
        border-bottom: var(--border-normal) solid 1px;

        .headerMain__8a031 {
            text-align: center;
            font-weight: var(--font-weight-semibold);
            flex-grow: 1;
        }

        .headerTrailing__8a031 {
            top: unset;
            right: var(--modal-horizontal-padding);
            margin-bottom: auto;
            margin-top: auto;

            .contents__201d5 {
                height: 24px;
            }
        }
    }

    .container__35859.warning__35859.submissionWarning_e858dd {
        display: none;
    }

    .formItem__1b11b .eyebrow_b717a1 {
        margin-bottom: 4px;
    }
}```
very scuffed cuz i dont know css, and like half the stuff here doesn't work probably and i deleted some stuff, but at least its wide, and the warning is gone
haughty saddle
#

jk it doesnt work

#

can anyone verify that any of the css snippets work?? cuz i feel like there's nothing wrong with at least the first 3 lines, yet its not working

#

even this doesnt work

form>div.outerContainer__8a031>div.container__8a031 {
    max-width: none;
    width: 900px;
}```
like theres LITERALLY nothing that could go wrong here
#

surely