diff --git a/css/style.css b/css/style.css index e071f2d5..2ebccea2 100644 --- a/css/style.css +++ b/css/style.css @@ -71,9 +71,14 @@ body { width: 55px !important; } +#primaryLogo { + max-height: calc(40px * var(--font-size-scale)); + max-width: auto; +} + .icon { - max-height: 30px; - max-width: 30px; + max-height: calc(30px * var(--font-size-scale)); + max-width: calc(30px * var(--font-size-scale)); filter: invert(45%); } @@ -82,6 +87,13 @@ body { filter: invert(100%); } +img { + img { + width: calc(100 * var(--font-size-scale)); /* Scale width */ + height: auto; /* Maintain aspect ratio */ + } +} + span[id^="filename_"] { border-bottom: 1px; border-bottom: #818182; diff --git a/index.html b/index.html index f4ccc526..7bf2080c 100644 --- a/index.html +++ b/index.html @@ -797,8 +797,7 @@