Merge branch 'feature/adding_queued_timeline' of https://code.gab.com/gab/social/gab-social into develop
This commit is contained in:
@@ -5104,3 +5104,25 @@ noscript {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-queue-header {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 52px;
|
||||
position: relative;
|
||||
background-color: darken($ui-base-color, 8%);
|
||||
border-bottom: 1px solid;
|
||||
border-top: 1px solid;
|
||||
border-color: darken($ui-base-color, 4%);
|
||||
|
||||
&__btn {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
line-height: 52px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
color: $secondary-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user