beeper / themes

Community Themes
Apache License 2.0
131 stars 29 forks source link

Accidentally hid most buttons #25

Closed JulianBrasse closed 7 months ago

JulianBrasse commented 7 months ago

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?

JulianBrasse commented 7 months ago

@imjoshin any ideas what I could do about this? Seems that uninstalling and reinstalling didn't work either - meaning they are probably stored locally.

JulianBrasse commented 7 months ago

Managed to fix problem with ctrl+shift+i.