fix broken share menu resulting from adblock plus triggered by 'share'

This commit is contained in:
ansuz
2018-06-12 15:50:41 +02:00
parent 4304079c70
commit 54b52d681c
2 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,10 @@
@toolbar_top-height: 64px;
@toolbar_button-font: @colortheme_app-font;
// if we spell 'share' correctly, then adblock plus hides the share button
// this is a workaround
.fa-shhare-alt:before { content: "\f1e0"; }
.dropdown_main();
.ckeditor_fix();
.history_main();