diff options
author | LoV432 <60856741+LoV432@users.noreply.github.com> | 2023-05-02 12:28:57 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 09:28:57 +0200 |
commit | f0f9f0a017e341bc6bfb41ce82c66cd7c185c787 (patch) | |
tree | 3ce7d3c7912c389cca71d07e66b6889a878033c1 /src/components/services | |
parent | 6d2d9baf35b1772409162e86f6d4b7f9374edb2e (diff) | |
download | homer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.tar.gz homer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.tar.zst homer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.zip |
Fix: don't stretch non-square logos (#640)
Diffstat (limited to 'src/components/services')
-rw-r--r-- | src/components/services/Generic.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/services/Generic.vue b/src/components/services/Generic.vue index af65a8c..e441b0f 100644 --- a/src/components/services/Generic.vue +++ b/src/components/services/Generic.vue | |||
@@ -62,6 +62,7 @@ export default { | |||
62 | 62 | ||
63 | img { | 63 | img { |
64 | max-height: 100%; | 64 | max-height: 100%; |
65 | object-fit: contain; | ||
65 | } | 66 | } |
66 | } | 67 | } |
67 | </style> | 68 | </style> |