Move margin-top back to inner last seen indicator element
FREEBIE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user