Add a ghost icon in the anonymous drive

This commit is contained in:
yflory
2018-04-03 15:16:21 +02:00
parent 0993204d14
commit 31980bef82
2 changed files with 5 additions and 0 deletions

View File

@@ -547,6 +547,10 @@ span {
cursor: pointer;
opacity: 0.5;
padding: 0;
flex-flow: column;
align-items: center;
justify-content: center;
display: inline-flex;
&:hover {
opacity: 0.7;
}