Add multi-user timeline support

This commit is contained in:
Zed 2019-08-06 17:41:06 +02:00
parent 4660d23667
commit eeead99e32
8 changed files with 80 additions and 35 deletions

View file

@ -140,7 +140,7 @@ a:hover {
.replying-to {
color: hsla(240,1%,73%,.9);
margin: 4px 0;
margin: -4px 0 4px 0;
}
.status-el .status-content {
@ -369,6 +369,20 @@ video {
background-color: #282828;
}
.multi-header {
background-color: #161616;
text-align: center;
padding: 10px;
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.multi-timeline {
max-width: 600px;
margin: 0 auto;
}
.profile-tabs {
max-width: 900px;
margin: 0 auto;
@ -387,6 +401,9 @@ video {
margin: 0;
text-align: left;
vertical-align: top;
}
.profile-tabs > .timeline-tab {
width: 68% !important;
}
@ -756,7 +773,7 @@ video {
}
.timeline-protected {
padding-left: 12px;
text-align: center;
}
.timeline-protected p {