Tweaks css on compose popout
This commit is contained in:
parent
a88cf2b6dd
commit
1ebd6d5049
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue