Skip to content

Commit

Permalink
Move margin-top back to inner last seen indicator element
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed May 23, 2017
1 parent e023c58 commit 1839efd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion stylesheets/_conversation.scss
Expand Up @@ -689,10 +689,12 @@ li.entry .error-icon-container {
align-items: center;
border-bottom: 2px solid #2090ea;
margin-bottom: 15px;
margin-top: 2em;

.text {
padding: 5px 10px;
// this margin-top needs to be here (not on parent) because scrollIntoView uses the
// top of the element, not counting its margin
margin-top: 2em;
margin-bottom: -12px;
background-color: white;
}
Expand Down
4 changes: 2 additions & 2 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1839efd

Please sign in to comment.