diff --git a/assets/css/elsa.css b/assets/css/elsa.css index 8469c76..c5ae7a0 100644 --- a/assets/css/elsa.css +++ b/assets/css/elsa.css @@ -816,6 +816,37 @@ font-size: 0.7rem; margin-left:5px; } +/* ShortCode podlove-global-contributor-list */ + +.podlove-global-contributors .social-icons { + display:none; +} + +.podlove-global-contributors .avatar-cell { + padding-right:20px !important; + padding-bottom:50px !important; +} + +.podlove-global-contributors .episodes-cell li { + display:block !important; +} + +.podlove-global-contributors .episodes-cell { + padding-bottom:50px !important; +} + +.podlove-global-contributors .episodes-cell li a { + background: transparent !important; + padding: 0 !important; + text-decoration: none !important; + border-radius: 0 !important; +} + +.podlove-global-contributors { + border-bottom: 0 !important; + font-size:100%; +} + /* 26. Raketenstaub */ diff --git a/readme.md b/readme.md index 18e9c04..f07fa62 100644 --- a/readme.md +++ b/readme.md @@ -168,6 +168,7 @@ This project is licensed under the GPL3 License. Release pending * Feature: Mastodon Shortlink Transformation +* Added: Styles for Podlove Global Contributor Shortcode * Changed: Top Spacer @ Index Archive * Changed: Font Size (Toot Date) * Fixed: Spacing (Links without Block Container)