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