Skip to content

Instantly share code, notes, and snippets.

@kizu
Last active November 15, 2022 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kizu/77ad6107125b86fe6d20725d2a419fc4 to your computer and use it in GitHub Desktop.
Save kizu/77ad6107125b86fe6d20725d2a419fc4 to your computer and use it in GitHub Desktop.
Mastodon absent image description styles
.compose-form:has(.compose-form__upload__warning) .compose-form__publish .button,
.compose-form__upload__warning .icon-button {
border: medium dashed red;
}
.compose-form__upload-thumbnail:has(.compose-form__upload__warning) .compose-form__upload__actions .icon-button:has(.fa-pencil) {
border: medium dashed lime;
}
.compose-form:has(.compose-form__upload__warning) .compose-form__publish::before {
content: "Please, add an image description!";
padding: 1em;
align-self: center;
margin-top: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment