ソースを参照

Uniform media and video spoiler settings and fix them of the light theme (#7778)

master
Lynx Kotoura 6年前
committed by Eugen Rochko
コミット
7e27a3c225
2個のファイルの変更12行の追加1行の削除
  1. +11
    -0
      app/javascript/styles/mastodon-light/diff.scss
  2. +1
    -1
      app/javascript/styles/mastodon/components.scss

+ 11
- 0
app/javascript/styles/mastodon-light/diff.scss ファイルの表示

@@ -87,6 +87,17 @@
}
}

// Change the background colors of media and video spoiler

.media-spoiler,
.video-player__spoiler {
background: $ui-base-color;
}

.account-gallery__item a {
background-color: $ui-base-color;
}

// Change the colors used in the dropdown menu
.dropdown-menu {
background: $ui-base-color;


+ 1
- 1
app/javascript/styles/mastodon/components.scss ファイルの表示

@@ -4555,7 +4555,7 @@ a.status-card {
height: 100%;
z-index: 4;
border: 0;
background: $base-shadow-color;
background: $base-overlay-background;
color: $darker-text-color;
transition: none;
pointer-events: none;


読み込み中…
キャンセル
保存