add diff image formats and sized & tweaks

This commit is contained in:
2024-11-23 21:11:21 +01:00
parent 2c3f692beb
commit e3919eb0c0
17 changed files with 44 additions and 12 deletions

View File

@@ -10,10 +10,14 @@
.pre-icon::before {
content: '';
/*content: var(--pre-icon);*/
mask: var(--pre-icon);
mask-size: cover;
background: var(--dark);
/*width: unset;*/
/*object-fit: cover;*/
width: calc(1em * var(--scale-x));
/*height: .1em;*/
height: calc(1em * var(--scale-y));
margin-right: .3em;
display: inline-block;