Make the clickable area to dismiss notifications bigger

This commit is contained in:
yflory
2019-06-07 11:47:50 +02:00
parent e77207dfee
commit 32a3ed6842
2 changed files with 10 additions and 5 deletions

View File

@@ -32,8 +32,9 @@
display: none;
align-items: center;
justify-content: center;
span {
cursor: pointer;
cursor: pointer;
&:hover {
background-color: rgba(0,0,0,0.1);
}
}
}