mirror of
https://github.com/neocities/neocities.git
synced 2025-06-16 01:14:39 +02:00
chat: no display on mobile/small screen
This commit is contained in:
parent
d57e33d951
commit
86f40a431d
1 changed files with 8 additions and 0 deletions
|
@ -2297,11 +2297,19 @@ pre, code {
|
||||||
.left-col {
|
.left-col {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-col {
|
.right-col {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-container {
|
.chat-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue