core-rocket / website

https://corerocket.net
MIT License
0 stars 2 forks source link

画像をいい感じに表示する #35

Closed Yukuro closed 3 years ago

Yukuro commented 3 years ago
sksat commented 3 years ago

わかった.これbootstrapが悪さしてますね.最小構成は以下.

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<details>
  <summary>
    aaa
  </summary>
  content
</details>
sksat commented 3 years ago

https://github.com/twbs/bootstrap/issues/21060 これっぽい

sksat commented 3 years ago

ここにある通り

summary {
  display: list-item;
}

を追加したら直りますね.

github-actions[bot] commented 3 years ago

Images automagically compressed by Calibre's image-actions

Compression reduced images by 14.4%, saving 854.29 KB.

Filename Before After Improvement Visual comparison
static/img/gallery/logo-2016-08-noshiro-denshin.png 77.42 KB 70.42 KB -9.0% View diff
static/img/gallery/logo-2017-03-oshima-thumb.jpg 3.33 KB 2.52 KB -24.3% View diff
static/img/gallery/logo-2017-03-oshima.jpg 50.70 KB 50.09 KB -1.2% View diff
static/img/gallery/logo-2017-08-noshiro-sea-chicken-thumb.png 4.66 KB 3.25 KB -30.3% View diff
static/img/gallery/logo-2017-08-noshiro-sea-chicken.png 20.02 KB 15.60 KB -22.1% View diff
static/img/gallery/logo-2018-03-oshima-familychicken-thumb.png 15.15 KB 11.42 KB -24.6% View diff
static/img/gallery/logo-2018-03-oshima-familychicken.png 27.70 KB 21.13 KB -23.7% View diff
static/img/gallery/logo-2018-03-oshima-vase-thumb.png 8.50 KB 6.65 KB -21.8% View diff
static/img/gallery/logo-2018-03-oshima-vase.png 60.26 KB 51.49 KB -14.5% View diff
static/img/gallery/logo-2018-08-noshiro-cores-kitchen-thumb.png 55.03 KB 26.92 KB -51.1% View diff
static/img/gallery/logo-2018-08-noshiro-cores-kitchen.png 1.37 MB 1.28 MB -6.3% View diff
static/img/gallery/logo-2018-08-noshiro-exploresea-thumb.png 29.10 KB 25.21 KB -13.4% View diff
static/img/gallery/logo-2018-08-noshiro-exploresea.png 99.71 KB 93.60 KB -6.1% View diff
static/img/gallery/logo-2019-03-oshima-pathfinder-thumb.png 6.63 KB 5.27 KB -20.5% View diff
static/img/gallery/logo-2019-03-oshima-pathfinder.png 35.44 KB 31.63 KB -10.8% View diff
static/img/gallery/logo-2019-03-tech.png 23.82 KB 21.21 KB -11.0% View diff
static/img/gallery/logo-2019-08-noshiro-asahi-thumb.jpg 4.00 KB 3.61 KB -9.9% View diff
static/img/gallery/logo-2019-08-noshiro-gemini.png 77.30 KB 50.07 KB -35.2% View diff
static/img/gallery/logo-2020-03-oshima-crystal-thumb.jpg 22.33 KB 7.21 KB -67.7% View diff
static/img/gallery/logo-2020-03-oshima-crystal.jpg 93.80 KB 50.40 KB -46.3% View diff
static/img/gallery/logo-2020-08-noshiro-misora-thumb.jpg 6.93 KB 6.39 KB -7.8% View diff
static/img/gallery/poster-2015-08-noshiro-thumb.jpg 10.26 KB 8.92 KB -13.0% View diff
static/img/gallery/poster-2015-08-noshiro.jpg 1.25 MB 808.54 KB -36.8% View diff
static/img/gallery/poster-2016-08-noshiro-thumb.jpg 9.77 KB 8.62 KB -11.8% View diff
static/img/gallery/poster-2016-11-oshima-thumb.jpg 13.24 KB 11.47 KB -13.4% View diff
static/img/gallery/poster-2016-11-oshima.jpg 200.17 KB 196.57 KB -1.8% View diff
static/img/gallery/poster-2017-unisecws-thumb.jpg 13.43 KB 11.94 KB -11.1% View diff
static/img/gallery/poster-2017-unisecws.jpg 155.38 KB 153.64 KB -1.1% View diff
static/img/gallery/poster-2019-welcome-thumb.jpg 12.89 KB 10.73 KB -16.7% View diff
static/img/gallery/poster-2019-welcome.jpg 132.42 KB 118.57 KB -10.5% View diff
static/img/gallery/poster-2020-11-noshiro.png 1.95 MB 1.85 MB -5.0% View diff

29 images did not require optimisation.

Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions.

Yukuro commented 3 years ago

修正までありがとうございます Mergeします