Skip to content

Commit

Permalink
Fix SafeDash weird overflow problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jcutler committed Jan 19, 2012
1 parent ba3955b commit 36285b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TODO
Expand Up @@ -4,3 +4,6 @@ Change all features that pass info to new tabs to no longer use localStorage

Test preview on Mac
Upload new features page

Fix new Safe Dash implementation
- friggin overflow weird behaviour
3 changes: 2 additions & 1 deletion core/safeDash/safeDash.css
Expand Up @@ -125,7 +125,8 @@ body.MissingE_safeDash #posts li.notification blockquote[style] img:hover {
opacity:1;
}

body.MissingE_safeDash #posts li.post:not(#new_post) {
/* THIS SCREWS UP AVATAR_AND_I */
body.MissingE_safeDash #posts li.post:not(#new_post):not(.fan_mail) {
overflow:hidden;
padding-left:0 !important;
border-left:20px solid transparent !important;
Expand Down

0 comments on commit 36285b8

Please sign in to comment.