]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix sizing of logo in header 4737/head
authorRobin Appelman <robin@icewind.nl>
Mon, 8 May 2017 13:08:30 +0000 (15:08 +0200)
committerRobin Appelman <robin@icewind.nl>
Mon, 8 May 2017 13:08:30 +0000 (15:08 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
core/css/header.scss

index 50d270a6ff94a8f4723894603a932cf12ae2d907..ed023fe36d2e65f760008894c85668efef50ea19 100644 (file)
                background-image: url($image-logo);
                background-repeat: no-repeat;
                background-position: center center;
+               background-size: contain;
                width: 62px;
                height: 34px;
        }
@@ -538,4 +539,4 @@ nav {
        li.hidden {
                display: none;
        }
-}
\ No newline at end of file
+}