Change CSS for applications so SVG scales nicely in Firefox. (#3200)

This commit is contained in:
George Wu 2024-11-09 16:00:31 -08:00 committed by GitHub
parent 9973385381
commit ab4291e8d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ body {
&.active { &.active {
font-weight: 600; font-weight: 600;
} }
&:hover, &.active { &:hover, &.active {
background-color: var(--bs-gray-300); background-color: var(--bs-gray-300);
} }
@ -138,10 +138,15 @@ body {
transition: none !important; transition: none !important;
} }
.card > a {
height: 150px;
}
.oauth2-img { .oauth2-img {
max-width: 150px; max-width: 100%;
max-height: 150px; max-height: 90%;
min-height: 150px; padding: 10px;
height: 100%;
} }
.btn-tiny { .btn-tiny {