I’m trying to use css to hide Mat’s SideEditor button when viewing my wiki on my phone, but it’s not working for me. Here is what I have tried so far. Any hints?
@media screen and (max-width: 376px) {
.tc-btn-\$\:\/plugins\/TWaddle\/SideEditor\/Button {
display: none !important;
}
.tc-btn-$:/plugins/TWaddle/SideEditor/Button {
display: none !important;
}
.tc-btn-%24%3A%2Fplugins%2FTWaddle%2FSideEditor%2FButton {
display: none !important;
}
}