mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
thanks chrome really cool
This commit is contained in:
parent
83e71821a3
commit
d358ecb593
@ -318,7 +318,8 @@ a {
|
|||||||
border: 1px white solid;
|
border: 1px white solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.video-player-container {
|
.video-player-container {
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
margin: inherit;
|
margin: inherit;
|
||||||
@ -335,4 +336,8 @@ a {
|
|||||||
--gutter: 1.67em;
|
--gutter: 1.67em;
|
||||||
gap: var(--gutter);
|
gap: var(--gutter);
|
||||||
margin-inline: 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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user