set base target to _parent to fix iframe links
This commit is contained in:
parent
20f463e36f
commit
97e3945b41
1 changed files with 2 additions and 5 deletions
|
@ -11,6 +11,8 @@
|
||||||
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
|
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@600&text=0123456789&display=swap" rel="stylesheet"> -->
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@600&text=0123456789&display=swap" rel="stylesheet"> -->
|
||||||
|
|
||||||
|
<base target="_parent" />
|
||||||
</head>
|
</head>
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
@ -577,11 +579,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
/* .track .playButton:focus-visible {
|
|
||||||
outline: 2px solid rgb(83, 186, 255);
|
|
||||||
outline-offset: 2px;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.track .playButton:not(.loading, .error, .locked):after {
|
.track .playButton:not(.loading, .error, .locked):after {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue