Move margin-top back to inner last seen indicator element

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-23 10:09:31 -07:00
parent e023c58883
commit 1839efd535
2 changed files with 5 additions and 3 deletions

View file

@ -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;
}

View file

@ -1501,10 +1501,10 @@ li.entry .error-icon-container {
flex-direction: column;
align-items: center;
border-bottom: 2px solid #2090ea;
margin-bottom: 15px;
margin-top: 2em; }
margin-bottom: 15px; }
.message-list .last-seen-indicator-view .text {
padding: 5px 10px;
margin-top: 2em;
margin-bottom: -12px;
background-color: white; }