Merge pull request #6424 from lbryio/fix-sidebar-ads

hide logo image on sidebar ads
This commit is contained in:
Dispatch 2021-07-07 18:40:50 -07:00 committed by GitHub
commit 33fb1501b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,3 +104,7 @@
}
}
}
.exp-ui__logo {
display: none;
}