[Flask] Aggregate your news and vote for the content you care about.
D A N K button opacity fade-in cripple crossface
app/static/styles/home.css
@@ -64,13 +64,14 @@
64
64
height: 40%;
65
65
}
66
66
.post:hover + .btn-wrapper {
67
Removed:
/* opacity: 100%; */
67
Added:
opacity: 100%;
68
68
transform: rotateX(0deg);
69
69
}
70
70
71
71
.btn-wrapper {
72
72
position: relative;
73
73
z-index: 1;
74
Added:
opacity: 0%;
74
75
transform: rotateX(-90deg);
75
76
transition-duration: var(--med-speed);
76
77
}