guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: Move a comment.


From: Florian Pelz
Subject: branch master updated: website: Move a comment.
Date: Sun, 11 Apr 2021 17:32:47 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 81a6c47  website: Move a comment.
81a6c47 is described below

commit 81a6c477d92b2c4a206c390b97c9cb0159d79719
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sun Apr 11 22:19:43 2021 +0200

    website: Move a comment.
    
    This is a follow-up to d3f524d4ea9502e216208b7c3d5f22b9045d4a5c.
    
    * apps/base/templates/components.scm (menu-dropdown)[style]:
    Move comment on initial values to correct place.
---
 website/apps/base/templates/components.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/templates/components.scm 
b/website/apps/base/templates/components.scm
index f521436..038b518 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -309,8 +309,9 @@ manual.
             (style ,(string-append "#" id ":checked ~ #submenu-" label-hash "
 {
     min-width: 150px;
-    /* reset to initial values: */
     width: max-content;
+
+    /* reset to initial values: */
     height: auto;
     overflow: visible;
 }"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]