bbovenzi commented on code in PR #35564:
URL: https://github.com/apache/airflow/pull/35564#discussion_r1408504490


##########
airflow/www/static/css/main.css:
##########
@@ -105,7 +119,17 @@ div.container {
 @media (prefers-reduced-motion: no-preference) {
   .navbar-brand:hover .brand-logo-pinwheel {
     transform-origin: 17.66px 17.66px;
-    animation: pinSpin 1.5s linear;
+    animation: pinSpin 1.5s linear infinite;
+  }
+
+  .navbar-brand:hover .brand-logo-divider {
+    width: 5px;
+    transition: width 0.5s;
+  }
+
+  .navbar-brand:hover .brand-logo-antidivider {
+    width: 0;
+    transition: width 0.5s;

Review Comment:
   Is the width still animating? I'm happy with the tiny bit more spacing all 
the time.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to