Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@rootl
Last activeDecember 17, 2025 20:26
    • Star(1)You must be signed in to star a gist
    • Fork(0)You must be signed in to fork a gist

    Select an option

    Save rootl/147a2a3e84f5a4e39da30062cae36a8b to your computer and use it in GitHub Desktop.
    /*Add this under the buttons section of your illiad.css file */
    /* Added for WCAG input/target minimum height and width */
    button,input,optgroup,select,textarea {
    min-height:44px;
    min-width:44px;
    }
    /* Added for WCAG input/target minimum height and width */
    checkbox,input[type=checkbox] {
    min-height:24px;
    min-width:24px;
    margin-top:.1rem;
    margin-left:-2rem;
    }
    input[type=radio]{
    min-height:24px;
    min-width:24px;
    margin-top:1rem;
    margin-left:1rem;
    }
    Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

    [8]ページ先頭

    ©2009-2025 Movatter.jp