Re: Documentation website reading widths

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Noob Trall <noob(dot)trall(at)mail(dot)ru>, pgsql-www <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Documentation website reading widths
Date: 2025-03-04 11:32:58
Message-ID: da5e04a650c4cef5b043c1c3302926f67cabf5fd.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Tue, 2025-03-04 at 14:27 +0300, Noob Trall wrote:
> I’ve simply copied the dark mode button and added placeholder icons. I haven’t tested it,
> I wonder if anybody can try that. It should appear right to the dark mode one.
> The code is in `main.js` file, at the bottom

I looked at the patch, and it is full of noise, like

> diff --git a/media/css/main.css b/media/css/main.css
> index 71364f19..558d7197 100644
> --- a/media/css/main.css
> +++ b/media/css/main.css
> @@ -15,8 +15,8 @@
> */
>
> /** CUSTOM FONTS */
> -(at)import url('/media/css/open-sans-woff.css');
> -(at)import url('/media/css/open-sans-woff2.css');
> +(at)import url("/media/css/open-sans-woff.css");
> +(at)import url("/media/css/open-sans-woff2.css");
>
> /** STANDARD COLOR DEFINITIONS (complete list) **/
> :root {
> @@ -59,7 +59,7 @@
> --carousel-image-bdr-color: #ddd;
> --carousel-li-active-bg-color: #555;
> --carousel-li-bg-color: #999;
> - --carousel-li-sdw-color: rgba(0,0,0,0.2);
> + --carousel-li-sdw-color: rgba(0, 0, 0, 0.2);
> --cta-bg-color: #336791;
> --cta-fg-color: #fff;
> --cta-header-fg-color: #fff;

That makes it very hard to read and review the patch.
Please don't add any unnecessary changes.

Yours,
Laurenz Albe

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Kushal Hada 2025-03-04 12:01:11 Re: Documentation website reading widths
Previous Message Noob Trall 2025-03-04 11:27:46 Re: Documentation website reading widths