Add SVG support to article featured images

This commit is contained in:
James Panther
2023-01-15 10:38:53 +11:00
parent b9bb291a8d
commit 7e970f4c97
6 changed files with 60 additions and 25 deletions
+16
View File
@@ -1890,6 +1890,10 @@ body:has(#menu-controller:checked) {
height: 9rem;
}
.max-h-\[4\.5rem\] {
max-height: 4.5rem;
}
.max-h-\[10rem\] {
max-height: 10rem;
}
@@ -1950,6 +1954,10 @@ body:has(#menu-controller:checked) {
max-width: 65ch;
}
.max-w-\[6rem\] {
max-width: 6rem;
}
.max-w-\[10rem\] {
max-width: 10rem;
}
@@ -2883,6 +2891,10 @@ body:has(#menu-controller:checked) {
display: none;
}
.sm\:max-h-\[7\.5rem\] {
max-height: 7.5rem;
}
.sm\:w-1\/2 {
width: 50%;
}
@@ -2891,6 +2903,10 @@ body:has(#menu-controller:checked) {
width: 10rem;
}
.sm\:max-w-\[10rem\] {
max-width: 10rem;
}
.sm\:flex-row {
flex-direction: row;
}