fix(css): timeline tweets now are separated by 5px
This commit is contained in:
@@ -127,7 +127,6 @@ ul {
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
margin-top: 10px;
|
||||
background-color: var(--bg_overlays);
|
||||
padding: 10px 15px;
|
||||
align-self: start;
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
|
||||
.timeline-container {
|
||||
@include panel(100%, 600px);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.timeline {
|
||||
background-color: var(--bg_panel);
|
||||
background-color: transparent;
|
||||
|
||||
> div:not(:first-child) {
|
||||
border-top: 1px solid var(--border_grey);
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,4 +160,6 @@
|
||||
padding: .75em;
|
||||
display: flex;
|
||||
position: relative;
|
||||
margin-top: 5px;
|
||||
background-color: var(--bg_panel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user