/* Yajutter specific styles */

/* Button forms in posts should be inline */
.posts form {
  display: inline-block;
}

/* Like and repost buttons styling */
.posts .btn-link {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.posts .btn-link:hover {
  opacity: 0.8;
}

/* Fix dropdown menu button_to styling */
.dropdown-menu form {
  margin: 0;
}

.dropdown-menu .dropdown-item {
  background: none;
  width: 100%;
  text-align: left;
}