add vendor specific css prefixes

This commit is contained in:
kodiakhq[bot] 2022-10-03 01:56:25 +00:00 committed by GitHub
parent d61d39b9fb
commit ed3a02447a
10 changed files with 63 additions and 250 deletions

View file

@ -244,10 +244,8 @@ td {
figure {
border: 1px solid #c0ccda;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
align-self: center;
@ -312,7 +310,6 @@ mark {
/* ======= Paginator ========= */
.paginator {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;