gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Less vertical padding on Priority Inbox Headers #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you make the headers for the sections in Priority Inbox take up less 
vertical space?

Original issue reported on code.google.com by sam.has...@gmail.com on 8 Dec 2011 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 8 Dec 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Try this:

1. On the options page, click "Edit"

2. Scroll down to the bottom and click "Add Option"

3. Type this into the corresponding fields:

   Name
       Reduce space around inbox headers

   State
       Tick "Enable option"

   CSS
       .Wg { padding-top: 0
           ; padding-bottom: 0 }

   JS -- leave this blank

4. Click "Save changes" and enjoy!

Original comment by chris...@gmail.com on 13 Dec 2011 at 11:33

GoogleCodeExporter commented 8 years ago
Put that in a new Module if you don't want updates to overwrite it.

Original comment by anst...@gmail.com on 14 Dec 2011 at 12:23

GoogleCodeExporter commented 8 years ago
@2 Thanks Chris.

Original comment by sam.has...@gmail.com on 14 Dec 2011 at 9:18