aura-web/src/pages/chat/styles/chat-page-web-standard-pc.css

13 lines
266 B
CSS

.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;
}