fix(journal): restored bold font for journal dispatcher entry

This commit is contained in:
2026-01-14 21:22:53 +01:00
parent a6f284270e
commit 5190eed7ee
4 changed files with 1 additions and 13 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gb" viewBox="0 0 640 480">
<path fill="#012169" d="M0 0h640v480H0z"/>
<path fill="#FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z"/>
<path fill="#C8102E" d="m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z"/>
<path fill="#FFF" d="M241 0v480h160V0zM0 160v160h640V160z"/>
<path fill="#C8102E" d="M0 193v96h640v-96zM273 0v480h96V0z"/>
</svg>

Before

Width:  |  Height:  |  Size: 504 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-pl" viewBox="0 0 640 480">
<g fill-rule="evenodd">
<path fill="#fff" d="M640 480H0V0h640z"/>
<path fill="#dc143c" d="M640 480H0V240h640z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 219 B

@@ -200,6 +200,7 @@ export default defineComponent({
text-align: center; text-align: center;
align-items: center; align-items: center;
gap: 0.25em; gap: 0.25em;
font-weight: bold;
} }
.status-list { .status-list {