mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 21:18:47 +00:00
last notification border removed
This commit is contained in:
parent
196047f12b
commit
2bfd60cd92
1 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 1rem;
|
||||
border-bottom: thin solid var(--color-surfacelight);
|
||||
background-color: var(--color-surfacelighter);
|
||||
|
||||
&:hover, &:focus {
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
object-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.logo-image-container {
|
||||
|
|
@ -135,4 +133,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: thin solid var(--color-surfacelight);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue