stackexchange-notifications icon indicating copy to clipboard operation
stackexchange-notifications copied to clipboard

preferences not self explaining

Open rubo77 opened this issue 11 years ago • 3 comments

I had to find out, that I have to get the user-id before installing the add on but it was not possible to visit the stackexchange site while the preferences is still open cause it blocks te use of firefox while it is open.

Also it is not always visible, that I have to enter this url: http://stackexchange.com/users/1047481/rubo77?tab=inbox

cause on my screen the box is only visible until the questionmark:

rubo77 avatar Jun 10 '14 08:06 rubo77

You can put any URL over there if you wish. By default it is http://stackexchange.com/users/1047481/rubo77?tab=inbox unless you change it. I've put my Stack Overflow inbox over there.

There SHOULD be tooltips on every input box, but due to a bug in Firefox they are not visible. Thanks for bringing these issues up, I will also address this one in the next update.

Rob--W avatar Jun 10 '14 09:06 Rob--W

I think the huge text-input fields can be solved by adding

input,select{
  font-size:100%;
}

to https://github.com/Rob--W/stackexchange-notifications/blob/master/Firefox/data/options.css

see this thread: http://stackoverflow.com/questions/23783899/why-are-all-form-elements-huge-with-font-scale-factor-2-0

rubo77 avatar Jun 10 '14 09:06 rubo77

Fixed the font issue in 1.6.8.

Rob--W avatar Jun 03 '15 17:06 Rob--W