diff options
Diffstat (limited to 'client/simple/src/less')
| -rw-r--r-- | client/simple/src/less/embedded.less | 18 | ||||
| -rw-r--r-- | client/simple/src/less/index.less | 2 |
2 files changed, 7 insertions, 13 deletions
diff --git a/client/simple/src/less/embedded.less b/client/simple/src/less/embedded.less index 953d4f982..9fcde65b0 100644 --- a/client/simple/src/less/embedded.less +++ b/client/simple/src/less/embedded.less @@ -1,19 +1,16 @@ // SPDX-License-Identifier: AGPL-3.0-or-later -iframe[src^="https://w.soundcloud.com"] -{ +iframe[src^="https://w.soundcloud.com"] { height: 120px; } -iframe[src^="https://www.deezer.com"] -{ +iframe[src^="https://www.deezer.com"] { // The real size is 92px, but 94px are needed to avoid an inner scrollbar of // the embedded HTML. height: 94px; } -iframe[src^="https://www.mixcloud.com"] -{ +iframe[src^="https://www.mixcloud.com"] { // the embedded player from mixcloud has some quirks: initial there is an // issue with an image URL that is blocked since it is an a Cross-Origin // request. The alternative text (<img alt='Mixcloud Logo'> then cause an @@ -23,19 +20,16 @@ iframe[src^="https://www.mixcloud.com"] height: 250px; } -iframe[src^="https://bandcamp.com/EmbeddedPlayer"] -{ +iframe[src^="https://bandcamp.com/EmbeddedPlayer"] { // show playlist height: 350px; } -iframe[src^="https://bandcamp.com/EmbeddedPlayer/track"] -{ +iframe[src^="https://bandcamp.com/EmbeddedPlayer/track"] { // hide playlist height: 120px; } -iframe[src^="https://genius.com/songs"] -{ +iframe[src^="https://genius.com/songs"] { height: 65px; } diff --git a/client/simple/src/less/index.less b/client/simple/src/less/index.less index c96b0f706..6d9e4abd4 100644 --- a/client/simple/src/less/index.less +++ b/client/simple/src/less/index.less @@ -8,7 +8,7 @@ text-align: center; .title { - background: url("../img/searxng.png") no-repeat; + background: url("./img/searxng.png") no-repeat; min-height: 4rem; margin: 4rem auto; background-position: center; |