From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C21071F8C6 for ; Mon, 16 Aug 2021 16:36:57 +0000 (UTC) Received: by mail-qv1-xf29.google.com with SMTP id m3so9643593qvu.0 for ; Mon, 16 Aug 2021 09:36:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=/j54gIx3YoRyohjSl+SlBtIuPmubZTg8mAxNW8kinuA=; b=NRVuW39sUfnN76N6/18UZlVFdkkWCLVwQaXbRwd0MNMriOXxoySXHF0aANRBytbDJ1 v5O9eFJuireRxE75rJkF8CAwMdfwmBZSO9lpM4g2dIcFUMfgwB1RgmBYqWv5dFAD6AYH QyQa0rC8urj0MscdwQv+ep01vryvD/CByyjKk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=/j54gIx3YoRyohjSl+SlBtIuPmubZTg8mAxNW8kinuA=; b=nq69wBP1/Y7ZFRyWnEF3Qv0Jfy9LljXaOF/Ut2xkgmOoR8CNkDklQFQNK9krAtojF4 GwEB+GyAtBbFFIgPOQYVyDKNIS2cKz4EwzCfsgbs6UcWrSwZnzCz/hpHY8iWVlwmHqj8 AwXQS1i7MNc7VX8ielrMLudDZcZ24ujfY0zlm/qS4Wvx67vMqWPSSoR/xca7z1tTGuHy 3rDZmMbtPm5B9ByfYKv7Ex80VEGPz8EGQ8k4npyeGpSFlffP/sNZkLFTd2YT1c2DpUKp HTuqnUjJ5XOHZ3dn3gdFmKDkwWh1ZnsfeWCZwPNHejTungminC8hphAGIZoDKcyeNot2 dWVw== X-Gm-Message-State: AOAM533KJ3+hR8HiYfG6dYLvMyPsMlpkEDcPvp/feDxlPmYoJu1tVQyn 3t/eWzLTVBKmk0CR465M7beMlB03a3gj/aEH X-Google-Smtp-Source: ABdhPJyMMZg3VHmL4J42DfJE4sqD5IwTepJjKjK+auCsOZ6ikf4isrieYSS3dScmryVlMYSQ6RfT6A== X-Received: by 2002:a0c:dc0e:: with SMTP id s14mr5633052qvk.16.1629131816563; Mon, 16 Aug 2021 09:36:56 -0700 (PDT) Received: from nitro.local ([89.36.78.230]) by smtp.gmail.com with ESMTPSA id o7sm4929280qtw.80.2021.08.16.09.36.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Aug 2021 09:36:56 -0700 (PDT) Date: Mon, 16 Aug 2021 12:36:54 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: RFE: Long .onion URL breaks mobile view Message-ID: <20210816163654.c6gfzuezhji4l6s7@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Hello: Passing more observations from people testing out x-lore.kernel.org: - the long .onion URL at the bottom of each page causes problems on mobile devices because it results in a very wide page with blank content on the right side. I suggest that we don't need to provide the "git clone" part, but merely add a link to the git repository: AGPL code for this site This should still serve the same purpose and not result in rendering issues on mobile devices. -K