paragraphe source field_liens editable (mutliple)

This commit is contained in:
2024-04-02 21:48:37 +02:00
parent e34c9cbd9c
commit 34a0ec18e0
4 changed files with 225 additions and 27 deletions

View File

@@ -1118,4 +1118,34 @@ div.editable-audios{
}
}
}
}
li.link-editable{
// background-color: #eee;
// border: #eee 2px solid;
display: flex;
flex-direction: row;
vertical-align: middle;
margin: 0.5em 0!important;
gap: 0.5em;
>input{
background-color: #eee;
border: #eee 2px solid;
overflow: hidden;
text-wrap:nowrap;
width: 40%;
&:focus{
outline: none;
border: #01ffe2 2px solid;
}
&.title{
flex: 0 0 auto;
}
&.url{
flex: 1 0 auto;
}
}
div.delete-btn{
flex: 0 0 auto;
}
}