roceys / minimalist

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

Gmail > Footer > Hide legal & Hide account activity do not work in split pane mode #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely:
Gmail > Footer > Hide legal & Hide account activity do not work in split pane 
mode

Working code here:

/* Hide legal */
.ov div:nth-child(4) {
    opacity: 0;
}
.wIFnie {
    display: none;
}

/* Hide account activity */
.ov div:nth-child(3) {
    opacity: 0;
}
.uXhw3b {
    display: none;
}

By the way, the source code at https://github.com/anstosa/Minimalist-Everything 
has not been updated recently, will you keep update it?

Minimalist version   - 0.5.3
Relevant core module - Minimalist for Gmail
Chrome version       -
Operating System     -
Language             -
Google Apps user?    -
Other extensions     -

Please provide any additional information below and attach screenshots if
relevant.

Original issue reported on code.google.com by jief...@gmail.com on 19 Nov 2011 at 10:31

GoogleCodeExporter commented 8 years ago
Thanks, I'll get the new code in the next version.

Wow I had totally forgotten about updating the GitHub repo, sorry about that. 
Yes, I intend to keep that up to date, just need to get back in the habit of 
doing it. 0.5.3 is up there now

Original comment by anst...@gmail.com on 19 Nov 2011 at 3:22

GoogleCodeExporter commented 8 years ago
Fixed in 0.5.4, please update and confirm (didn't use your selectors this time. 
I'm starting to see a pattern in which class names are changing and I think 
I've figured out what the stable ones look like)

Original comment by anst...@gmail.com on 19 Nov 2011 at 5:01

GoogleCodeExporter commented 8 years ago
OK.

Original comment by jief...@gmail.com on 19 Nov 2011 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by anst...@gmail.com on 19 Nov 2011 at 5:17