edit: event mieux cadrés

This commit is contained in:
2026-08-05 00:59:39 +02:00
parent 198a0031f1
commit 407eeef09e
+16 -5
View File
@@ -117,6 +117,15 @@ noscript > video{
z-index: -33; z-index: -33;
} }
.cute-texture{
position: absolute;
width: 100%;
height: 110%;
top: 0;
left: 0;
z-index: -33;
}
.openBackground{ .openBackground{
visibility: collapse; visibility: collapse;
} }
@@ -451,7 +460,7 @@ main{
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 16.1px; padding: 0;
} }
.solidBox:has(details[open]){ .solidBox:has(details[open]){
@@ -459,9 +468,9 @@ main{
background-color: var(--main-color); background-color: var(--main-color);
border-color: var(--back-color); border-color: var(--back-color);
border-radius: 16.1px; border-radius: 16.1px;
padding-bottom: 20px;
margin-bottom: 7.77px;
margin-top: 7.77px; margin-top: 7.77px;
overflow: hidden;
margin-bottom: 7.77px;
details{ details{
cursor: default; cursor: default;
@@ -480,18 +489,20 @@ main{
details{ details{
width: 100%; width: 100%;
height: 100%;
cursor: copy; cursor: copy;
overflow: hidden; overflow: hidden;
summary{ summary{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
margin-bottom: 13.12px;
box-sizing: border-box; box-sizing: border-box;
list-style-type: none; list-style-type: none;
padding-right: 13.12px; padding: 16.1px;
} }
article{ article{