All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nicolas Dechesne" <nicolas.dechesne@linaro.org>
To: Quentin Schulz <foss@0leil.net>
Cc: docs@lists.yoctoproject.org
Subject: Re: [docs] [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens
Date: Thu, 17 Sep 2020 23:47:34 +0200	[thread overview]
Message-ID: <CAP71Wjwm_LYCVGAhm8O+0tC1K=aCLhwjmF_j5mh_gJGi4nYmJw@mail.gmail.com> (raw)
In-Reply-To: <20200917210947.51974-1-foss@0leil.net>

On Thu, Sep 17, 2020 at 11:10 PM Quentin Schulz <foss@0leil.net> wrote:
>
> From experience the body takes the whole space anyway and the text stays
> within the screen boundaries by default, no need to make the min-width
> 640px then.
>
> Signed-off-by: Quentin Schulz <foss@0leil.net>
> ---
>  documentation/sphinx-static/theme_overrides.css | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css
> index c18053398..55da38a2b 100644
> --- a/documentation/sphinx-static/theme_overrides.css
> +++ b/documentation/sphinx-static/theme_overrides.css
> @@ -4,8 +4,6 @@
>
>  body {
>    font-family: Verdana, Sans, sans-serif;
> -
> -  min-width: 640px;

hmm. interesting. I made this change very early when I was still using
the default theme, not the one we use currently. I just made a few
tests, and it looks it might not be useful at all with the rtd theme..
i will test it more. Is that fixing the rendering issues you noticed
on 'mobile'?

>    margin:  0em auto;
>    color: #333;
>  }
> --
> 2.26.2
>
>
> 
>

  parent reply	other threads:[~2020-09-17 21:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 21:09 [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens Quentin Schulz
2020-09-17 21:09 ` [PATCH 2/2] docs: fix broken links Quentin Schulz
2020-09-18  8:22   ` [docs] " Quentin Schulz
2020-09-18  8:59     ` Nicolas Dechesne
2020-09-17 21:47 ` Nicolas Dechesne [this message]
2020-09-18  8:14   ` [docs] [PATCH 1/2] docs: static: theme_overrides.css: fix responsive design on <640px screens Quentin Schulz
2020-10-26 17:47     ` Quentin Schulz
2020-10-26 18:00       ` Nicolas Dechesne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP71Wjwm_LYCVGAhm8O+0tC1K=aCLhwjmF_j5mh_gJGi4nYmJw@mail.gmail.com' \
    --to=nicolas.dechesne@linaro.org \
    --cc=docs@lists.yoctoproject.org \
    --cc=foss@0leil.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.