/* indicate media without a description
initial code by Paul (https://linernotes.club/@balrogboogie), expanded upon by FiXato (https://contact.fixato.org)
related discussions: https://dragonscave.space/@Mayana/106443499687608116.
Feel free to reuse it; it's public domain (https://linernotes.club/@balrogboogie/106681622019395866) */
.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title])
 {
    border: 1px dashed rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
}

@media screen and (min-width: 630px) {
.ui > .columns-area .column, .ui > .columns-area .drawer, .columns-area__panels__pane.columns-area__panels__pane--compositional, .columns-area__panels__pane__inner {
  width: 33vw;
  max-width: 375px;
  min-width: 330px;
}
.compose-panel {
  width: 100%;
}
}
.compose-form__buttons-wrapper {
  background: white !important;
}
textarea.autosuggest-textarea__textarea {
  min-height: 150px !important;
  line-height: 1.4;
}
article p {
  line-height: 1.4;
}
.closed-registrations-message {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
}

.compose-form__publish-button-wrapper button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button:after {
  content:'Tooot'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

