ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit aa22315c2699199df1e904d24b65deffa0a1f813
parent cad129bd04023e9d5cc7ad4c5b273875a1662e86
Author: Milan Pässler <me@pbb.lc>
Date: Mon, 20 Jul 2020 21:36:29 +0200

animate history button
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/style.css b/client/style.css
@@ -91,7 +91,7 @@ header {
 	width: 48px;
 	background-color: #eee;
 	margin: 0 auto;
-	transition: box-shadow 150ms;
+	transition: transform 150ms, box-shadow 150ms;
 	border: 1px solid rgba(0, 0, 0, .1);
 	user-select: none;
 }

@@ -106,7 +106,7 @@ header {
 }
 
 :checked ~ label[for=btn-history] {
-	transform: rotate(180deg);
+	transform: rotateX(180deg);
 }
 
 table {