Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

Add sidebar-title-to-bottom tweak #105

Closed DuMOHsmol closed 6 years ago

Keith94 commented 6 years ago

Nice tweak; you may want to include this to flip the arrow. :)

#sidebar-switcher-arrow {
  transform: rotate(180deg);
}
Timvde commented 6 years ago

I like it too! And @Keith94's addition is also a nice extra :) Could you apply it?

You're also missing a newline character at the end of your last line, could you add it please?

DuMOHsmol commented 6 years ago

OK, fixed!

Timvde commented 6 years ago

Great, thanks!