mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix: set aspect ratio for youtube video player
This commit is contained in:
@@ -1062,3 +1062,8 @@ html.is-mac {
|
||||
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
||||
background-color: var(--ls-secondary-background-color, var(--rx-gray-03));
|
||||
}
|
||||
|
||||
.aspect-video {
|
||||
width: auto;
|
||||
aspect-ratio: 16 / 9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user