mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-12-27 14:31:06 +01:00
25 lines
No EOL
476 B
CSS
25 lines
No EOL
476 B
CSS
@media (max-width: 1100px)
|
|
{
|
|
[class*="sidebar_"]
|
|
{
|
|
width: 200px;
|
|
.vc-typing-indicator, .vc-channelemojis-emoji, [class*="guildIconV2Container_"]
|
|
{
|
|
display: none;
|
|
}
|
|
[class*="containerDefault_"]
|
|
{
|
|
[role="img"]
|
|
{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
[class*="chat_"]
|
|
{
|
|
[class*="membersWrap_"]
|
|
{
|
|
display: none;
|
|
}
|
|
}
|
|
} |