Hide menu button on main
Some checks reported warnings
Copy Files to Samba Share / Copy Files (push) Has been cancelled

This commit is contained in:
Arne
2023-08-04 11:08:03 +02:00
parent 34dde43014
commit d35907fd3a

View File

@@ -60,6 +60,10 @@
}
}
.icon {
display: none;
}
@media only screen and (max-width: 1200px) {
:host {
padding: 2rem 3rem;
@@ -85,6 +89,7 @@
}
.icon {
display: inline;
margin-left: auto;
margin-right: 0;
height: 7.7rem;