guix-devel
[Top][All Lists]
Advanced

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

Re: Guix Oficial Website


From: Luis Felipe López Acevedo
Subject: Re: Guix Oficial Website
Date: Mon, 18 May 2015 15:16:43 -0500
User-agent: Roundcube Webmail/1.0.5

On 2015-05-18 14:45, address@hidden wrote:
Andreas Enge <address@hidden> skribis:

On Mon, May 18, 2015 at 11:53:45AM -0500, Luis Felipe López Acevedo wrote:
Yes, I agree. The current design discriminates between two ranges of screens only. So a new range could be added to avoid the too-much-menu issue in
wide-enough screens.

That is yet another option. But I think that already now, you could enable
the traditional layout for intermediate screen sizes.

Yes, perhaps the following is enough?

diff --git a/website/static/base/css/header-box.css
b/website/static/base/css/header-box.css
index dd1be4e..1355883 100644
--- a/website/static/base/css/header-box.css
+++ b/website/static/base/css/header-box.css
@@ -53,7 +53,7 @@
 }


address@hidden screen and (min-width: 1024px) {
address@hidden screen and (min-width: 800px) {
     #header-box {
         height: 55px;
     }


Yes. The current menu items fit in a 700px-width screen, but that's for English text, so I pushed the change with the 800px to leave space for future translations of the website.


--
Luis Felipe López Acevedo
http://sirgazil.bitbucket.org/



reply via email to

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