forked from AkkomaGang/akkoma-fe
remove unnecessary border-radius
This commit is contained in:
parent
24fd9372ce
commit
10bb2b288d
1 changed files with 0 additions and 7 deletions
|
@ -54,12 +54,5 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.-expanded) > {
|
|
||||||
.conversation-status:last-child {
|
|
||||||
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
|
||||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue