click on title image for full image

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

View File

@@ -253,12 +253,12 @@ dialog{
box-sizing: content-box;
width: 100%;
height: 100%;
background-color: rgba(255,255,255, 0.001);
background-color: transparent;
border: unset;
margin: 0;
transition: 500ms;
}
dialog[open]{
dialog[open]::backdrop{
animation: show 200ms ease forwards;
}
@keyframes show{