mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-14 09:00:30 +00:00
set display none only to routes
This commit is contained in:
parent
beb9c57e33
commit
ed6b8bb302
1 changed files with 3 additions and 3 deletions
|
|
@ -90,10 +90,10 @@ html, body, :global(#app) {
|
|||
|
||||
&.route {
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
display: none;
|
||||
&:not(:last-child) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue