Review of "Panel to Bottom" version 2

Details Page Preview

Move the top panel to the bottom of the screen, persistent across restarts, shell v47. If you also want running apps to show in bottom panel, use the other extension: https://extensions.gnome.org/extension/8704/tasks-in-bottom-panel/ move top bar, top-bar, bottom panel

Extension Homepage
https://github.com/davronz/panel-to-bottom

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection active
Approved but please don't use `just-perfection-api` you don't need it here. So, in css you can simply use: ```css #overview { margin-bottom: 24px; } .popup-menu.panel-menu { margin-bottom: 0; } ``` Then remove `_UIStyleClassAdd()` and `_UIStyleClassRemove()` since you won't need them anymore. Btw, better to add the copyright notice at the top of the file instead of using comments in line 22 `extension.js`.