Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #214 from Viktoriaschule/fix/aixformation-css
Browse files Browse the repository at this point in the history
Fix AiXformation CSS
  • Loading branch information
fingeg authored May 20, 2020
2 parents f6e4a1c + 79f0c2e commit d235461
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/aixformation/lib/src/aixformation_post.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ class _AiXformationPostState extends State<AiXformationPost>
'footer * {border: 0 !important}',
'button {background-color: #${_colorToHexString(Theme.of(context).primaryColor)} !important}'
],
'.body.single-post { padding-bottom: 0 !important}',
'header, .p-menu, .mh-subheader, .mh-header, .mh-header-nav-mobile, .mh-footer-nav-mobile, .search-form, .s_stk {display: none !important}',
'.content-wrapper {overflow-y: hidden}',
'.body.single-post {padding-bottom: 0 !important}',
'header, .p-menu, .mh-subheader, .mh-header, .mh-header-nav-mobile, .mh-footer-nav-mobile, .search-form, .s_stk, amp-user-notification {display: none !important}',
]));
}
});
Expand Down

0 comments on commit d235461

Please sign in to comment.