Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
tamaina 2023-02-10 11:52:27 +00:00
commit 7b29e36d64
11 changed files with 183 additions and 12 deletions

View file

@ -56,7 +56,7 @@ onMounted(() => {
width: 100%;
border-radius: 4px;
margin-top: 4px;
overflow: clip;
// overflow: clip;
--plyr-color-main: var(--accent);
--plyr-audio-controls-background: var(--bg);
@ -99,7 +99,7 @@ onMounted(() => {
> .audio {
border-radius: 8px;
overflow: clip;
// overflow: clip;
}
}
</style>