fix #1008, create folder from card and auto flag it

This commit is contained in:
2021-03-08 22:04:50 +01:00
parent d1e54b72b3
commit 1ec8a371b5
6 changed files with 133 additions and 9 deletions

View File

@ -1119,6 +1119,31 @@ article.card{
color:#1a1a1a;
}
}
li.create-flag{
margin-top: 0.2em;
padding:0;
input{
align-self: flex-end;
border: 1px solid #bbb;
border-radius:5px;
width: calc(100% - 2em);
font-size:0.8em;
}
span.add-btn{
align-self: flex-end;
color: #bbb;
font-size: 1em;
// padding: 0 0 0 .5em;
transition: all 0.2s ease-in-out;
&.active{
cursor: pointer;
color:#1a1a1a;
}
&.loading:before{
animation: rotating 2s linear infinite;
}
}
}
}
opacity: 0;
transition: opacity 0.2s ease-in-out;