From c8263cf37b9ff5642d3182f1f12c61f599eaae59 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 29 Jan 2020 07:04:36 -0800 Subject: D A N K button opacity fade-in cripple crossface --- app/static/styles/home.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/styles/home.css b/app/static/styles/home.css index ddbe261..9fa4e94 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -64,13 +64,14 @@ height: 40%; } .post:hover + .btn-wrapper { - /* opacity: 100%; */ + opacity: 100%; transform: rotateX(0deg); } .btn-wrapper { position: relative; z-index: 1; + opacity: 0%; transform: rotateX(-90deg); transition-duration: var(--med-speed); } -- cgit v1.2.3