mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
add some fixes - i hope this would be last
This commit is contained in:
parent
9508872454
commit
20d2051a32
1 changed files with 5 additions and 4 deletions
|
@ -112,7 +112,7 @@ a {
|
|||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
justify-self: center;
|
||||
margin-right: -0.9em;
|
||||
margin-right: -1.0em;
|
||||
/* width: min-content;*/
|
||||
border: var(--div-border-color);
|
||||
border-style: solid;
|
||||
|
@ -323,7 +323,8 @@ a {
|
|||
.video-player-container {
|
||||
max-width: max-content;
|
||||
margin: inherit;
|
||||
max-height: inherit;
|
||||
|
||||
aspect-ratio: inherit;
|
||||
max-height: fit-content;
|
||||
max-height: -moz-fit-content;
|
||||
|
||||
aspect-ratio: 16 / 9;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue