diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 497737b0..76238700 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -57,8 +57,9 @@ footer { margin: 5px; } -img { +img, svg { max-width: 100%; + height: auto !important; } nav { diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 70939c19..54205984 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -57,8 +57,9 @@ footer { margin: 5px; } -img { +img, svg { max-width: 100%; + height: auto !important; } nav { diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 6847d7e3..3c239254 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -57,17 +57,18 @@ footer { margin: 5px; } -img { +img, svg { max-width: 100%; + height: auto !important; } nav { - position: sticky; - z-index: 100; - top: 0; - padding: 5px; - margin: 0 0 10px 0; - border-bottom: 1px solid; + position: sticky; + z-index: 100; + top: 0; + padding: 5px; + margin: 0 0 10px 0; + border-bottom: 1px solid; } td, tr{