/* [Images tab] Don't crop preview thumbnails */

.flexbin > * > img {
  object-fit: inherit;
  max-width: none;
  min-width: initial;
}


/* Allows tags to edited on phone wall looking at wall images */
.gallery-container {
  height: calc(100vh - 4rem);
  overflow: auto;
}
