Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add top padding to the profile image on a website's about page in compact view (trestles, marquee, broadside)

オープン 初心者向け
#14,211 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
78/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
scss
領域
frontend, web-dev

調査の方向性

まず src/resources/projects/website/about/about.scss から始め、quarto preview about.qmd を使って trestles、marquee、broadside テンプレートでコンパクトな About ページを再現します。コンパクト表示での画像間隔を solana および jolla と比較します。完了条件は、影響を受ける3つすべてのテンプレートでプロフィール画像が上部バーに接触しなくなることです。

索引モデルが issue の本文から書いたものです。

説明

about-page bug themes
I have:
  • searched the issue tracker for similar issues
  • installed the latest version of Quarto CLI
  • formatted my issue following the Bug Reports guide
Bug description

When you create a website using Quarto and go to the "About" page in compact view (e.g. on your phone or with a narrow browser window), the profile.jpg image has no top padding in the trestles, marquee and broadside templates. In the solana and jolla template, there is some top padding added to the image, as demonstrated below:

5 screenshots demonstrating missing top padding in some templates

Importantly, when the website is viewed in a normal browser window (i.e., no compact view), there is some top padding present, even in the three templates.

I am willing to open a pull request on this issue -- I believe that it can be resolved relatively simply by adding a few rules to the about.scss file (already tested that myself on a fork).

Steps to reproduce
  1. Create a new website project: quarto create project blog test title
  2. (Optional) In _quarto.yml, change the theme from cosmo to cerulean for better visibility
  3. In about.qmd, choose one of trestles, marquee, or broadside templates
  4. Run quarto preview about.qmd in the created project's root directory
  5. Make the browser window narrower to enter compact view (or open the website on your phone)
Actual behavior

The profile images have no top padding in compact view when using trestles, marquee, or broadside.

Expected behavior

The images should not touch the top bar in the trestles, marquee and broadside templates in compact view. There should be some top padding added, just like in the solana and jolla templates.

Your environment

No response

Quarto check output
Quarto 1.9.32
[>] Checking environment information...
      Quarto cache location: C:\Users\Martin\AppData\Local\quarto
[>] Checking versions of quarto binary dependencies...
      Pandoc version 3.8.3: OK
      Dart Sass version 1.87.0: OK
      Deno version 2.4.5: OK
      Typst version 0.14.2: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
      Version: 1.9.32
      Path: C:\Users\Martin\AppData\Local\Programs\Quarto\bin
      CodePage: 1250

[>] Checking tools....................OK
      TinyTeX: (not installed)
      Chromium: (not installed)
      Chrome Headless Shell: (not installed)
      VeraPDF: (not installed)

[>] Checking LaTeX....................OK
      Tex:  (not detected)

[>] Checking Chrome Headless....................OK
      Using: Chrome found on system
      Path: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
      Source: Windows Registry

[>] Checking basic markdown render....OK

(/) Checking R installation............Rprofile error: there is no package called 'startup'
[>] Checking R installation...........OK
      Version: 4.5.2
      Path: C:/PROGRA~1/R/R-45~1.2
      LibPaths:
        - C:/Program Files/R/R-4.5.2/library
      knitr: (None)
      rmarkdown: (None)

      The knitr package is not available in this R installation.
      Install with install.packages("knitr")
      The rmarkdown package is not available in this R installation.
      Install with install.packages("rmarkdown")

[>] Checking Python 3 installation....OK
      Version: 3.13.12
      Path: C:/Python313/python.exe
      Jupyter: (None)

      Jupyter is not available in this Python installation.
      Install with py -m pip install jupyter

[>] Checking Julia installation...
主要言語
JavaScript
スター
6k
フォーク
458
平均マージ
1日 3時間
マージ済み PR(30日)
54

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

quarto-dev/quarto-cli のほかの issue

quarto-dev/quarto-cli の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。