mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 15:29:03 +01:00
thanks chrome really cool
This commit is contained in:
parent
82642a8c84
commit
43f26f53db
1 changed files with 6 additions and 1 deletions
|
@ -319,6 +319,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.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 a new issue