Skip to content

Commit

Permalink
Minor css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Lee committed May 24, 2016
1 parent 6ea5f0a commit 39eeeaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/css/animator.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,14 @@ a {
}

#onion-skinning-frame.visible { display: inline; }
#onion-skinning-frame.visible:not([src]){ display:none; }

/* ========== CONTROLS ============== */

#main-event { width: calc(100% - 19em); }
#main-event {
position: relative;
width: calc(100% - 19em);
}

#framemod-table {
width: 100%;
Expand Down

0 comments on commit 39eeeaa

Please sign in to comment.