@require 'settings/breakpoints.styl'

.conversationBar
    max-height 95px
    min-height 48px
    z-index calc(var(--zIndex-modal) + 15)

    +gt-mobile()
      max-height 178px

.conversationBar-input
  max-height 80px

  +gt-mobile()
    max-height 155px
