thanks chrome really cool

This commit is contained in:
Ashley 2022-12-14 16:58:30 +00:00
parent 83e71821a3
commit d358ecb593

View file

@ -319,6 +319,7 @@ a {
}
.video-player-container {
max-width: max-content;
margin: inherit;
@ -335,4 +336,8 @@ a {
--gutter: 1.67em;
gap: var(--gutter);
margin-inline: var(--gutter);
/* For older chrome versions - yup they dont have margin-inline for some reason LMAFO */
margin-left: var(--gutter);
margin-right: var(--gutter);
}