ihavenoface / 4chan-x

Adds cute bloat.
https://4chan-x.org
Other
22 stars 14 forks source link

Open Quick Reply text button at the top of the page #275

Closed NoTimeForLove closed 10 years ago

NoTimeForLove commented 10 years ago

Why was this ever removed?

ihavenoface commented 10 years ago
  1. It took up too much space.
  2. We have the header with a button to click.
  3. Keybinds are faster and more convenient. I recommend trying those out.
NoTimeForLove commented 10 years ago

It took up too much space.

Add an option to turn it off?

We have the header with a button to click.

I guess so but something about it just doesn't feel the same, the text button was easy, large, and convenient unlike that little button you need to precisely click

Keybinds are faster and more convenient. I recommend trying those out.

Sometimes I'm lazy and am just browsing with my right hand on the mouse and want to click open the QR box to post an image without moving my other hand to the keyboard to press buttons.

ihavenoface commented 10 years ago

unlike that little button you need to precisely click

Do this then:

.qr-shortcut:before {
  content: 'Quick Reply' !important;
  font-family: arial,helvetica,sans-serif;
  font-weight: 600;
}