mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:18:41 +01:00
add -moz- to fit content
This commit is contained in:
parent
90aedc660a
commit
4a1ac12e11
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,7 @@ a {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
|
height: -moz-fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
margin-right: -0.9em;
|
margin-right: -0.9em;
|
||||||
|
@ -185,6 +186,8 @@ a {
|
||||||
margin-right: -13px;
|
margin-right: -13px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
width: -moz-fit-content;
|
||||||
|
height: -moz-fit-content;
|
||||||
border-radius: 43px;
|
border-radius: 43px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -202,6 +205,8 @@ a {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
column-gap: 3px;
|
column-gap: 3px;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
|
width: -moz-fit-content;
|
||||||
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
Loading…
Reference in a new issue