소스 검색

Make notification time smaller and reduce contrast (#9464)

Eugen Rochko 5 년 전
부모
커밋
4638b16822
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/javascript/styles/mastodon/components.scss

+ 2 - 1
app/javascript/styles/mastodon/components.scss

@@ -876,7 +876,8 @@
   }
 }
 
-.status__relative-time {
+.status__relative-time,
+.notification__relative_time {
   color: $dark-text-color;
   float: right;
   font-size: 14px;