This commit is contained in:
Pieter Vander Vennet 2022-07-09 20:35:59 +02:00
parent 92f9a25fb0
commit 1bb816206c
3 changed files with 16 additions and 19 deletions

View file

@ -137,6 +137,13 @@ svg, img {
height: 100%;
}
.titleicon img {
width: unset;
}
.titleicon svg {
width: unset;
}
.svg-catch svg path {
fill: var(--catch-detail-color) !important;
stroke: var(--catch-detail-color) !important;