.status__content .emojione, .account__header__bio .emojione {
    transition:transform .2s, filter .2s;
}
.status__content .emojione:hover, .account__header__bio .emojione:hover {
    transform: scale(2.2);
    filter: drop-shadow(0 0 3px #202020);
}


/* With new theme, make sure character count is visible */

/*.wide .columns-area:not(.columns-area--mobile) .drawer {
    min-width: 320px;
}*/

/* With new theme, make sure time is visible */

.status__action-bar {
  gap: 8px;
}

.notification-ungrouped__header {
  gap: 8px;
  margin-bottom: 8px;
}

/* For when there's a lot of width, but not a lot of height; make sure that elements still stay visible, such as the visibility picker and the reply textbox */

@media (max-height: 650px) {
     .link-footer {display:none}
  .search {margin-bottom: 8px}
  .compose-form {gap: 8px}
  .reply-indicator__content {display:none}
  .reply-indicator {display:none}
}

/* Disable the « new mastodon thing » recommandation follow */
article .inline-follow-suggestions { display: none; }

.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;
}

.content-warning, .compose-form .spoiler-input__border {
    background: linear-gradient( to bottom, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100% ), linear-gradient( to bottom, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100% );
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
    background-size: 5px;
}

