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;
|
align-items: center;
|
||||||
border-bottom: 2px solid #2090ea;
|
border-bottom: 2px solid #2090ea;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
margin-top: 2em;
|
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
padding: 5px 10px;
|
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;
|
margin-bottom: -12px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
@@ -1501,10 +1501,10 @@ li.entry .error-icon-container {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 2px solid #2090ea;
|
border-bottom: 2px solid #2090ea;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px; }
|
||||||
margin-top: 2em; }
|
|
||||||
.message-list .last-seen-indicator-view .text {
|
.message-list .last-seen-indicator-view .text {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
margin-top: 2em;
|
||||||
margin-bottom: -12px;
|
margin-bottom: -12px;
|
||||||
background-color: white; }
|
background-color: white; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user