hiding attachment and star icon columns in the Main section
33 views
Skip to first unread message
Owen Densmore
unread,
Jun 28, 2011, 7:17:13 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minimali...@googlegroups.com
I'd like more control over the rows in the Main section. For one, I really don't feel the need for the attachment and star columns. Can I remove them? At worst, using 0 or 1 px width icons?
And I'd like to be able to change the size of the other row components if at all possible, or more simply changing the width of the rows would be fine.
Thanks! This is abs fab!
Sarah Simpson
unread,
Jun 28, 2011, 7:43:17 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Minimalist Gmail
They can be removed pretty easily with these two codes.
Stars -
img.EqK8f{display:none;}
Attachment icons -
img.yE{display:none;}
Not sure about resizing the other row components.
Sarah Simpson
unread,
Jun 28, 2011, 7:44:24 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Minimalist Gmail
Sorry if that looks a little confusing..when entering the codes, you'd put them in like this.
img.EqK8f{display:none;}
img.yE{display:none;}
Owen Densmore
unread,
Jun 28, 2011, 8:34:54 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minimali...@googlegroups.com
Thanks! How do you find the css classes/ids when looking at the gmail page? I'm using chrome, and use the developer tools for debugging my javascript programs (I'm doing a lot of webgl nowadays). But I haven't figured out how to hover over a row, for example, and see what the page div/element is.
Thanks a bunch for the two snips!
Sarah Simpson
unread,
Jun 28, 2011, 9:08:21 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minimali...@googlegroups.com
You're welcome! Well, first I open developer tools, then I hit the search icon..its right in between "show console" and the first element name. Then when I hover over an element, it highlights it and displays its name. Make sense?
Owen Densmore
unread,
Jun 28, 2011, 10:52:46 PM6/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minimali...@googlegroups.com
Yup. Thanks!
Sarah Simpson
unread,
Jun 29, 2011, 9:31:33 AM6/29/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message