indent_size à 4

This commit is contained in:
2026-01-20 15:11:00 +01:00
parent f50f3306a4
commit 5b7e89b7b8
63 changed files with 4513 additions and 4258 deletions

View File

@@ -1,45 +1,45 @@
.imgmodal {
display: none;
position: fixed;
z-index: 1000;
padding-top: 10px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000000;
display: none;
position: fixed;
z-index: 1000;
padding-top: 10px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000000;
}
.imgbox {
display: grid;
height: 100%;
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
max-width: 100%;
max-height: 100vh;
margin: auto;
}
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}
.rotate {
color: white;
position: absolute;
top: 10px;
right: 65px;
font-size: 35px;
font-weight: bold;
color: white;
position: absolute;
top: 10px;
right: 65px;
font-size: 35px;
font-weight: bold;
}
.cursor {
cursor: pointer;
}
cursor: pointer;
}