In an attempt to hide the shortcut indicators that appear on hover I rashly used a line of css without testing on chat.beeper.com and now I hid most buttons, including the "Apply" button for CSS theming.
.mx_AccessibleButton:last-child {display: none;}
Is there anyway to reset the CSS without uninstalling?
@imjoshin any ideas what I could do about this?
Seems that uninstalling and reinstalling didn't work either - meaning they are probably stored locally.
In an attempt to hide the shortcut indicators that appear on hover I rashly used a line of css without testing on chat.beeper.com and now I hid most buttons, including the "Apply" button for CSS theming.
.mx_AccessibleButton:last-child {display: none;}
Is there anyway to reset the CSS without uninstalling?