EditTag: introduce featured thumbnail manager

This commit is contained in:
2023-03-11 18:22:27 +01:00
parent a9a347c638
commit edc857f6fd
3 changed files with 83 additions and 0 deletions

View File

@@ -355,6 +355,36 @@ i.space-invader.alt-7::before {
}
/* Featured thumbnail selection
---------------------------------*/
#featuredThumbnail {
list-style: none;
margin: 2.5% 0 0;
padding: 0;
clear: both;
overflow: auto;
}
#featuredThumbnail li {
float: left;
width: 18%;
line-height: 0;
margin: 0 1% 2%;
min-width: 200px;
height: 149px;
position: relative;
}
#featuredThumbnail input {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 100;
}
#featuredThumbnail img {
width: 100%;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
/* Footer
-----------*/
footer {