misskey embedのborderを修正
This commit is contained in:
parent
8850d15daa
commit
b09c9b9ce6
1 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,8 @@
|
||||||
<Toc toclist={data.toc}></Toc>
|
<Toc toclist={data.toc}></Toc>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<iframe class='miframe sidecontent js' src="https://mi.moris.day/embed/user-timeline/9w7bhjzt2b5z0001?maxHeight=320&rounded=false&border=false" title="moris's posts" loading="lazy" style="border:none;"></iframe>
|
<iframe class='miframe sidecontent js' src="https://mi.moris.day/embed/user-timeline/9w7bhjzt2b5z0001?maxHeight=320&rounded=false&border=false" title="moris's posts" loading="lazy"></iframe>
|
||||||
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -232,6 +233,7 @@
|
||||||
}
|
}
|
||||||
.miframe {
|
.miframe {
|
||||||
height: 320px;
|
height: 320px;
|
||||||
|
border: solid #eee 1px;
|
||||||
@media(prefers-color-scheme: dark) {
|
@media(prefers-color-scheme: dark) {
|
||||||
border: solid #444 1px;
|
border: solid #444 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue