Fix UI issues

This commit is contained in:
yflory
2019-09-03 16:40:09 +02:00
parent c64adea8ff
commit e15b57989b
2 changed files with 13 additions and 3 deletions

View File

@@ -462,6 +462,10 @@
}
}
margin-bottom: 15px;
&:empty {
margin: 0;
display: none;
}
}
.cp-share-friend {
width: 70px;
@@ -493,6 +497,11 @@
visibility: hidden;
}
}
.cp-ownership {
& > label {
font-weight: bold;
}
}
}
}