管理画面のカスタマイズ/テーマページでのリストの切り捨て

if the number of themes are large, then the theme component is not shown in the component list and there is no cursor to go down the list.

only the first 15 themes are shown.

it gets solved by adding this line:

.admin-customize .themes-list-container {width: auto !important;}

「いいね!」 2

このトピックは Contribute > UX の混乱に関連するものだと考え、カテゴリを再分類しました。

左側のリストは実際にはスクロール可能ですが、スクロールバーが常に表示されるわけではありません(Safariではスクロール時にのみ表示、Chromeでは私には表示されません;これはブラウザの既定の動作の違いによるものかもしれません)。

Discourse内で同様のパターン(スクロール可能な左パネル)を持つ他のページは見つかりませんでした。そこで、以下のいずれかの対応を検討してみるのはどうでしょうか:

  1. アイテムがはみ出す場合にスクロールバーを表示する、または
  2. /admin/badges/ ページで行っているように、リストを常に表示する
「いいね!」 6

@awesomerobot any tips here?

I would ignore this for now until more people complain about it. I really don’t like taking action based on one isolated bit of feedback.