edit: event mieux cadrés
This commit is contained in:
+16
-5
@@ -117,6 +117,15 @@ noscript > video{
|
||||
z-index: -33;
|
||||
}
|
||||
|
||||
.cute-texture{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 110%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -33;
|
||||
}
|
||||
|
||||
.openBackground{
|
||||
visibility: collapse;
|
||||
}
|
||||
@@ -451,7 +460,7 @@ main{
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 16.1px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.solidBox:has(details[open]){
|
||||
@@ -459,9 +468,9 @@ main{
|
||||
background-color: var(--main-color);
|
||||
border-color: var(--back-color);
|
||||
border-radius: 16.1px;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 7.77px;
|
||||
margin-top: 7.77px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 7.77px;
|
||||
|
||||
details{
|
||||
cursor: default;
|
||||
@@ -480,18 +489,20 @@ main{
|
||||
|
||||
details{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: copy;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
summary{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
margin-bottom: 13.12px;
|
||||
box-sizing: border-box;
|
||||
list-style-type: none;
|
||||
padding-right: 13.12px;
|
||||
padding: 16.1px;
|
||||
}
|
||||
|
||||
article{
|
||||
|
||||
Reference in New Issue
Block a user