mirror of
https://github.com/neocities/neocities.git
synced 2025-06-15 17:04:34 +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 {
|
||||
padding: 1rem;
|
||||
overflow-y: scroll;
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.right-col {
|
||||
padding: 1rem;
|
||||
position: relative;
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue