|
.chat-shell.desktop-standardPc {
|
|
grid-template-columns: 17.5rem minmax(0, 1fr);
|
|
}
|
|
|
|
.chat-shell.desktop-standardPc .chat-content-row {
|
|
grid-template-columns: minmax(0, 1fr) 260px;
|
|
}
|
|
|
|
.chat-shell.desktop-standardPc .chat-outline {
|
|
width: 100%;
|
|
min-width: 0;
|
|
}
|