Reduces the height of the message tray
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Active |
You should undo in disable function
I read the tips for extension approval and I figured this was going to be an issue. I can change the icon size back obviously in disable(), but doing so would break things. The container for the icon would then be smaller than the icon source. While it doesn't crash the shell when you do this, it does create some UI inconsistencies. The corresponding CSS changes only happen when the extension is loaded (and I don't know how to undo the CSS changes) so it only made sense to have the other UI changes follow suit. I created this extension mainly to avoid hacking the gnome-shell CSS and JS files because it was painful every package upgrade and thought others might find it useful. If such a change is not appropriate for this website I guess that's fine.