home.social

#595aff — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #595aff, aggregated by home.social.

  1. CW: workaround to change text on publish button

    in Administration > Server settings > Appearance - there's a field for custom CSS:

    .compose-form__publish-button-wrapper button {
    visibility: hidden;
    }

    .compose-form__publish-button-wrapper button:before {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 100%;
    padding: 7px;
    margin-top:-7px;
    border-radius: 3px;
    background-color: #595aff;
    }

    .button.button--block:hover:before {
    background-color: #6364ff;
    }

  2. CW: workaround to change text on publish button

    in Administration > Server settings > Appearance - there's a field for custom CSS:

    .compose-form__publish-button-wrapper button {
    visibility: hidden;
    }

    .compose-form__publish-button-wrapper button:before {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 100%;
    padding: 7px;
    margin-top:-7px;
    border-radius: 3px;
    background-color: #595aff;
    }

    .button.button--block:hover:before {
    background-color: #6364ff;
    }

  3. CW: workaround to change text on publish button

    in Administration > Server settings > Appearance - there's a field for custom CSS:

    .compose-form__publish-button-wrapper button {
    visibility: hidden;
    }

    .compose-form__publish-button-wrapper button:before {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 100%;
    padding: 7px;
    margin-top:-7px;
    border-radius: 3px;
    background-color: #595aff;
    }

    .button.button--block:hover:before {
    background-color: #6364ff;
    }

  4. CW: workaround to change text on publish button

    in Administration > Server settings > Appearance - there's a field for custom CSS:

    .compose-form__publish-button-wrapper button {
    visibility: hidden;
    }

    .compose-form__publish-button-wrapper button:before {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 100%;
    padding: 7px;
    margin-top:-7px;
    border-radius: 3px;
    background-color: #595aff;
    }

    .button.button--block:hover:before {
    background-color: #6364ff;
    }

  5. CW: workaround to change text on publish button

    in Administration > Server settings > Appearance - there's a field for custom CSS:

    .compose-form__publish-button-wrapper button {
    visibility: hidden;
    }

    .compose-form__publish-button-wrapper button:before {
    visibility: visible;
    content: 'Toot!';
    display: block;
    width: 100%;
    padding: 7px;
    margin-top:-7px;
    border-radius: 3px;
    background-color: #595aff;
    }

    .button.button--block:hover:before {
    background-color: #6364ff;
    }