Fix styling
This commit is contained in:
parent
dd1b256005
commit
5d0e51cae3
3 changed files with 8 additions and 15 deletions
|
@ -552,7 +552,7 @@ a.unmute {
|
|||
|
||||
.timeline > {
|
||||
.status-el:last-child {
|
||||
border-bottom: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
||||
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue