pc-bottom/README.md
2021-05-01 17:11:15 -04:00

1.8 KiB

Banner

Bottom Bar

A nice, simple looking, bottom bar.

Preview

Installation

For Powercord or Vizality installation, go to Themes -> Open a CMD / Powershell / Terminal / Gitbash in the folder, and enter the following:

git clone https://github.com/Discord-Theme-Addons/bottom-bar

For BetterDiscord:

For Browser / Web:

  1. Install the Stylus extension for Chrome / Firefox / Opera.
  2. After installing, head over to this link.
  3. Press the "Install Style" button.

Revert Discord Support

If you would like to use Revert Discord with Bottom Bar, go to your Quick CSS and paste the following:

#app-mount .form-2fGMdU {
    border-top: none;
    padding: 1px 16px 0 16px;
    top: 0;
    margin-bottom: -9px;
    margin-left: 0;
    width: 100%;
}

Credits

Thank you to everyone for their help!

  • @Hoofer for helping me figure out how to get the bottom area below the members list to work as well as finding multiple issues.