Merge pull request #11384 from nextcloud/11372/fix/logo-height
Fixes the logo height
This commit is contained in:
commit
fbe270dec6
|
@ -113,10 +113,10 @@
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: 62px;
|
width: 62px;
|
||||||
height: 100%;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
bottom: 1px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue