Christmas hats!

デスクトップのトピックでは古いCSSが機能しなくなったようですが、アップデートはこちらです。

$url_of_christmas_hat_asset:'###my-hat-url###';

.post-avatar::after {
  position: absolute;
  content: '';
  display: block;
  top: -30px;
  left: -24px;
  width: 80px;
  height: 80px;
  background: url($url_of_christmas_hat_asset) no-repeat center;
  background-size: contain;
}

これはデスクトップとモバイルで汎用的になったので良いことです。

しかし、おそらくパッケージ化されたテーマコンポーネントのいずれかを使用したいでしょう…

「いいね!」 4