mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Calendar): list items border radius
This commit is contained in:
parent
971c393f42
commit
076c1e0701
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@
|
|||
font-weight: 500;
|
||||
color: var(--primary-foreground-color);
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||
}
|
||||
|
||||
.name {
|
||||
flex: auto;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue