mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add .5x transform only to .svg org logos (#11063)
This commit is contained in:
parent
d159ca8ae8
commit
fe2f3c3473
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
max-height: 46px;
|
||||
}
|
||||
|
||||
.default-fleet-logo {
|
||||
.default-fleet-logo,
|
||||
.org-logo-icon[src*="svg"] {
|
||||
transform: scale(0.5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue