1
0
Fork 0

Tweaks css on compose popout

This commit is contained in:
Mouse Reeve 2020-04-08 10:49:20 -07:00
parent a88cf2b6dd
commit 1ebd6d5049
2 changed files with 4 additions and 1 deletions

View file

@ -550,6 +550,9 @@ dd {
}
.compose-suggestion {
display: none;
box-shadow: 0 5px 10px rgba(0,0,0,0.15);
padding-bottom: 1em;
margin-top: 2em;
}
input:checked ~ .compose-suggestion {
display: block;