From ab4291e8d246ba9b0ab376462e08acb41d860c5c Mon Sep 17 00:00:00 2001 From: George Wu Date: Sat, 9 Nov 2024 16:00:31 -0800 Subject: [PATCH] Change CSS for applications so SVG scales nicely in Firefox. (#3200) --- server/core/static/style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/server/core/static/style.css b/server/core/static/style.css index 30fa44684..dde40bb11 100644 --- a/server/core/static/style.css +++ b/server/core/static/style.css @@ -36,7 +36,7 @@ body { &.active { font-weight: 600; } - + &:hover, &.active { background-color: var(--bs-gray-300); } @@ -138,10 +138,15 @@ body { transition: none !important; } +.card > a { + height: 150px; +} + .oauth2-img { - max-width: 150px; - max-height: 150px; - min-height: 150px; + max-width: 100%; + max-height: 90%; + padding: 10px; + height: 100%; } .btn-tiny {