mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +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;
|
background: #25333c;
|
||||||
color: #8099A7;
|
color: #8099A7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#saveButton {
|
#saveButton {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue