Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Hide badges :-) */
- div.user-expertise {
- visibility: hidden !important;
- }
- /* The overflow property has the following values:
- visible - Default. The overflow is not clipped. It renders outside the element's box
- hidden - The overflow is clipped, and the rest of the content will be invisible
- scroll - The overflow is clipped, but a scrollbar is added to see the rest of the content
- auto - If overflow is clipped, a scrollbar should be added to see the rest of the content
- */
- .post-author .post-author-metadata .post-author-name {overflow:auto }
- /* https://discussions.apple.com/thread/250068516 */
- /* Persistant question no more */
- section.persist-question.shown {
- display: none !important;
- }
- /* expand the size of attached file display */
- div.content-post-body-content div.log-attachment-accordion.expanded,
- div.content-post-body-content div.log-attachment-content-wrapper {
- height: 800px !important;
- max-height: 800px !important; /* cover all bases both height and max-height */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement