Added rounded corners to followers/followings first item in list
This commit is contained in:
parent
f17530d602
commit
8187e501de
3 changed files with 33 additions and 0 deletions
|
|
@ -1467,6 +1467,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.app-body .account-timeline__header + article > .account {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .detailed-status__link {
|
||||
display: inline-block;
|
||||
position: static;
|
||||
|
|
@ -1902,6 +1907,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-right: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:890px) {
|
||||
.app-body .account-timeline__header + .empty-column-indicator {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Timeline hint */
|
||||
.app-body .timeline-hint {
|
||||
|
|
|
|||
|
|
@ -1467,6 +1467,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.app-body .account-timeline__header + article > .account {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .detailed-status__link {
|
||||
display: inline-block;
|
||||
position: static;
|
||||
|
|
@ -1902,6 +1907,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-right: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:890px) {
|
||||
.app-body .account-timeline__header + .empty-column-indicator {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Timeline hint */
|
||||
.app-body .timeline-hint {
|
||||
|
|
|
|||
|
|
@ -1467,6 +1467,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.app-body .account-timeline__header + article > .account {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
border-top: 1px solid var(--color-lines);
|
||||
}
|
||||
.app-body .detailed-status__link {
|
||||
display: inline-block;
|
||||
position: static;
|
||||
|
|
@ -1902,6 +1907,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
border-right: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:890px) {
|
||||
.app-body .account-timeline__header + .empty-column-indicator {
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Timeline hint */
|
||||
.app-body .timeline-hint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue