mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix sizing of logo in header
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
6acae94a02
commit
02f3b74409
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue