guide de contrib

This commit is contained in:
Tykayn 2025-10-05 00:21:11 +02:00 committed by tykayn
parent e7f7e9e19e
commit 464e0e5499
12 changed files with 346 additions and 37 deletions

View file

@ -1,5 +1,21 @@
:host {
display: block;
button{
background: white;
border: 1px solid rgba(0,0,0,0.06);
border-radius: 10px;
padding: 10px;
cursor: pointer;
&:hover{
background-color: #f0f0f0;
}
+ button{
margin-left: 10px;
margin-bottom: 10px;
}
}
}
.layout {
@ -99,3 +115,30 @@
flex: 1 1 auto;
min-height: 0;
}
.presets{
position: fixed;
top: 63px;
margin-left: 397px;
width: 50vw;
max-height: 80vh;
display: block;
}
app-edit-form{
position: fixed;
top: 135px;
margin-left: 397px;
width: 40vw;
max-height: 77.7vh;
display: block;
overflow: auto;
background: rgba(228, 235, 255, 0.5);
border: 1px solid rgba(0,0,0,0.06);
border-radius: 10px;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
z-index: 1000;
padding-bottom: 150px;
}