Pārlūkot izejas kodu

Merge pull request #2984 from pixelfed/staging

Staging
daniel 3 gadi atpakaļ
vecāks
revīzija
2a91b5321e

+ 1 - 0
CHANGELOG.md

@@ -22,6 +22,7 @@
 - Updated Timeline component, apply block/mute filters client side for local and network timelines. ([be194b8a](https://github.com/pixelfed/pixelfed/commit/be194b8a))
 - Updated public timeline api, use cached sorted set and client side block/mute filtering. ([37abcf38](https://github.com/pixelfed/pixelfed/commit/37abcf38))
 - Updated public timeline api, add experimental cache. ([192553ff](https://github.com/pixelfed/pixelfed/commit/192553ff))
+- Updated dark mode styles, fix black box on stories. Closes #2982. ([3169f68e](https://github.com/pixelfed/pixelfed/commit/3169f68e))
 -  ([](https://github.com/pixelfed/pixelfed/commit/))
 
 ## [v0.11.1 (2021-09-07)](https://github.com/pixelfed/pixelfed/compare/v0.11.0...v0.11.1)

BIN
public/css/appdark.css


BIN
public/js/activity.js


BIN
public/js/profile.js


BIN
public/js/rempos.js


BIN
public/js/rempro.js


BIN
public/js/status.js


BIN
public/js/timeline.js


BIN
public/mix-manifest.json


+ 4 - 0
resources/assets/sass/appdark.scss

@@ -46,6 +46,10 @@
 	background: #000 !important;
 }
 
+.story-viewer-component-card {
+	background: transparent !important;
+}
+
 .autocomplete-result-list {
 	z-index: 99999;
 }