﻿.chat-thread-text {
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-thread-send-message-box {
    right: 0px;
    bottom: 0px;
    left: 33.333%;
    position: absolute;
}

    .mud-selected-item.chat-thread-item {
        background-color: var(--mud-palette-action-default-hover);
        color: var(--mud-palette-default);
    }

@media only screen and (max-width: 960px) {
    .chat-thread-send-message-box {
        left: 0px;
    }
}

@media only screen and (min-width: 960px) {
    .chat-thread-send-message-box-with-info {
        right: 33.333%;
    }
}