mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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 {
|
&.route {
|
||||||
background-color: var(--color-background);
|
background-color: var(--color-background);
|
||||||
}
|
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue