click on title image for full image

This commit is contained in:
2023-07-13 15:25:42 +02:00
parent fa23378952
commit 468baf7c20
3 changed files with 60 additions and 6 deletions

View File

@@ -248,7 +248,6 @@ dialog{
height: 100%;
background-color: rgba(255,255,255, 0.001);
border: unset;
backdrop-filter: blur(10px);
margin: 0;
transition: 200ms;
}
@@ -282,7 +281,7 @@ dialog .adder input::placeholder{
width: 70%;
}
}
dialog[open]{
dialog[open]::backdrop{
animation: show 200ms ease forwards;
}
@keyframes show{