ConverseJS Peertube theme: bigger occupants sidebar when width is not big enough.
This commit is contained in:
parent
63111a0687
commit
8b41fa7a20
@ -11,4 +11,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Bigger occupants sidebar when width is not big enough.
|
||||||
|
@media screen and (max-width: 576px) {
|
||||||
|
.chatroom {
|
||||||
|
.box-flyout {
|
||||||
|
.chatroom-body {
|
||||||
|
.occupants {
|
||||||
|
min-width: 50%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user