diff options
Diffstat (limited to 'assets/scss/_fuji-style')
-rw-r--r-- | assets/scss/_fuji-style/_components.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/assets/scss/_fuji-style/_components.scss b/assets/scss/_fuji-style/_components.scss index 2b90bfe..d791bec 100644 --- a/assets/scss/_fuji-style/_components.scss +++ b/assets/scss/_fuji-style/_components.scss @@ -39,7 +39,13 @@ } } -#post-aplayer { - margin: 0 0.125rem 1.25rem 0.125rem; - font-family: inherit; +.post-player-wrapper { + margin: 0.25rem 0.125rem 1rem 0.125rem !important; + font-family: inherit !important; +} +.post-player { + font-family: inherit !important; +} +.post-summary .post-player-wrapper { + display: none; } |