hide controls from svg preview

master
km0 3 years ago
parent 69f0dcc227
commit 321f255123

@ -91,6 +91,11 @@ main {
font-weight: normal; font-weight: normal;
} }
svg #params,
svg #sockets {
display: none;
}
@media (max-width: 767px) { @media (max-width: 767px) {
header { header {
display: block; display: block;

Loading…
Cancel
Save