diff options
author | Robin Appelman <robin@icewind.nl> | 2017-05-08 15:08:30 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-05-08 15:08:30 +0200 |
commit | 02f3b744097740f1c447e283853d68508526affc (patch) | |
tree | 3f3c3ce0bdfc3ee4306e05518bb950965f8d5ed4 /core/css | |
parent | 6acae94a021a6e961a00fe2c33e5468461e65893 (diff) | |
download | nextcloud-server-02f3b744097740f1c447e283853d68508526affc.tar.gz nextcloud-server-02f3b744097740f1c447e283853d68508526affc.zip |
fix sizing of logo in header
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 50d270a6ff9..ed023fe36d2 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -114,6 +114,7 @@ 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 +} |