1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 08:34:42 -05:00

thanks chrome really cool

This commit is contained in:
Ashley 2022-12-14 16:58:30 +00:00
parent 82642a8c84
commit 43f26f53db

View file

@ -318,7 +318,8 @@ a {
border: 1px white solid;
}
.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);
}