Update bookwyrm.css

This commit is contained in:
Joachim 2021-12-29 18:57:45 +01:00
parent 3b0096caf0
commit faa52503a3

View file

@ -167,15 +167,12 @@ button .button-invisible-overlay {
height: 100%;
padding: 1rem;
box-sizing: border-box;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background: rgba(0, 0, 0, 0.66);
color: white;
opacity: 0;
transition: opacity 0.2s ease;
}