roundabout,
created on Saturday, 14 September 2024, 12:09:24 (1726315764),
received on Saturday, 14 September 2024, 13:01:55 (1726318915)
Author identity: vlad <vlad.muntoiu@gmail.com>
b7368c98ad219daa441c91eec3fc326e7a105903
static/style.css
@@ -336,8 +336,7 @@ small {
}
.thumbnail-list > li {
transition: transform 0.25s cubic-bezier(0.61, 1, 0.88, 1),
box-shadow 0.25s cubic-bezier(0.61, 1, 0.88, 1);
transition: box-shadow 0.25s cubic-bezier(0.61, 1, 0.88, 1);
box-shadow: var(--shadow-card);
background: var(--color-card);
}
@@ -357,10 +356,19 @@ small {
}
.thumbnail-list > li:is(:hover, :focus, :has(:focus)) {
box-shadow: var(--shadow-card), 0 4px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
}
.thumbnail-list > li .annotation-zone {
transition: transform 0.25s cubic-bezier(0.61, 1, 0.88, 1),
box-shadow 0.25s cubic-bezier(0.61, 1, 0.88, 1);
}
.thumbnail-list > li .annotation-zone:hover {
position: relative;
transform: scale(1.5);
transform: scale(2);
z-index: 1;
box-shadow: var(--shadow-card), 0 4px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
box-shadow: var(--shadow-textarea-active);
}
.thumbnail-list > li .list-detail {