mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Hide the site editor theme selector for mobile screens
This commit is contained in:
parent
08ae90d601
commit
97dc10207c
1 changed files with 4 additions and 0 deletions
|
@ -1393,6 +1393,10 @@ a.tag:hover {
|
|||
background: #25333c;
|
||||
color: #8099A7;
|
||||
}
|
||||
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#saveButton {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue