.chat-input .tool-bar {
  bottom: 46px !important;
  max-width: calc(100% - 20px);
  flex-wrap: nowrap;
}

.chat-input .tool-bar > .mx-2,
.chat-input .tool-bar > .native-emoji-wrapper {
  flex: 0 0 auto;
  min-width: 24px;
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.chat-input .tool-bar > .mx-2:first-of-type,
.chat-input .tool-bar > .native-emoji-wrapper {
  width: 24px;
  height: 24px;
}

.chat-input .native-emoji-wrapper .mx-2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.chat-input .tool-bar .n-image,
.chat-input .tool-bar .n-image img {
  width: 24px !important;
  min-width: 24px;
  height: 24px !important;
}
