diff options
author | amzrk2 | 2021-01-10 21:11:57 +0800 |
---|---|---|
committer | amzrk2 | 2021-01-10 21:11:57 +0800 |
commit | e5b7e226f064268686c9799e9e54910e3b83b38b (patch) | |
tree | d1792315f4419034f2557f06fca5620f4060bd94 /assets/scss/_fuji-style/_components.scss | |
parent | 1500c3c475e0ff99e6693dd11118e1a937b9ff34 (diff) | |
download | hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.gz hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.tar.bz2 hugo-theme-fuji-e5b7e226f064268686c9799e9e54910e3b83b38b.zip |
new: in-post aplayer support
Diffstat (limited to 'assets/scss/_fuji-style/_components.scss')
-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; } |