Fix badge position and icon opacity

This commit is contained in:
Jennifer Mourek 2018-06-26 16:15:00 +02:00
parent 6ecc485e2e
commit 862bd40d8b

View file

@ -427,8 +427,8 @@ div.bp .badges {
.badges {
position: absolute;
bottom: 0;
left: 0;
right: 0;margin: 0.5em;
right: 0;
margin: 0.5em;
text-align: center;
font-size: 0.5em;
display: block;
@ -456,6 +456,7 @@ div.bp .badges {
}
.actions {
opacity: 0.8;
position: absolute;
top: 0;
left: 0;